[xorg-x11-drv-nvidia/f24] Fix location of libGL

nchauvet nchauvet at rpmfusion.org
Tue Oct 25 16:09:32 CEST 2016


commit 8f43a5adee39f234b05337866263baf73355d54b
Author: Nicolas Chauvet <kwizart at gmail.com>
Date:   Tue Oct 25 16:09:07 2016 +0200

    Fix location of libGL

 xorg-x11-drv-nvidia.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/xorg-x11-drv-nvidia.spec b/xorg-x11-drv-nvidia.spec
index 58303f6..298e31e 100644
--- a/xorg-x11-drv-nvidia.spec
+++ b/xorg-x11-drv-nvidia.spec
@@ -183,7 +183,7 @@ install -p -m 0755 tls/lib*.so.%{version}      $RPM_BUILD_ROOT%{_nvidia_libdir}/
 %endif
 
 # GLVND
-rm libGL.so*
+rm $RPM_BUILD_ROOT%{_nvidia_libdir}/libGL.so*
 #Workaround for EGL issue with some apps
 #https://github.com/NVIDIA/libglvnd/issues/103
 #https://bugzilla.rpmfusion.org/show_bug.cgi?id=4303


More information about the rpmfusion-commits mailing list