[Mesa-dev] [Bug 110211] If DESTDIR is set to an empty string, the dri drivers are not installed

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Mar 21 16:48:43 UTC 2019


https://bugs.freedesktop.org/show_bug.cgi?id=110211

--- Comment #10 from Luke A. Guest <laguest at archeia.com> ---
(In reply to Dylan Baker from comment #9)
> ---
> if os.path.isabs(args.libdir):
>     destdir=os.environ.get('DESTDIR','')
>     if len(destdir) == 0:
>         destdir = '/'
>     to = os.path.join(destdir, args.libdir[1:])
>   else:
> ...

This fixes it for me.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20190321/5bdd3a7e/attachment.html>


More information about the mesa-dev mailing list