<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - amdgpu-pro-19.20-812932 fails to compile DKMS"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=111334#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - amdgpu-pro-19.20-812932 fails to compile DKMS"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=111334">bug 111334</a>
              from <span class="vcard"><a class="email" href="mailto:gustavo.diaz@gdnet.com.ar" title="Gustavo A. Díaz <gustavo.diaz@gdnet.com.ar>"> <span class="fn">Gustavo A. Díaz</span></a>
</span></b>
        <pre>Ok, fixed. The problem was that KDE neon modify the file /etc/os-release. The
install script run fine since I've modified it (instead of os-releast) from:

case "$ID" in
        ubuntu|linuxmint|debian)

to:

case "$ID" in
        ubuntu|linuxmint|debian|neon)

and then I think DRM_VERSION is empty because of modified ID in os-release.

I think there must a way to support this, since KDE Neon is Ubuntu LTS based.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>