Module: Mesa
Branch: master
Commit: 8344b85333df8c8eb1f2ca243129d29dcd0ed0dd
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=8344b85333df8c8eb1f2ca243129d29dcd0ed0dd

Author: Joel Bosveld <[email protected]>
Date:   Mon Feb 23 08:19:14 2009 -0700

gallium: Install winsys/drm to DESTDIR rather than /

---

 src/gallium/winsys/drm/Makefile.template |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gallium/winsys/drm/Makefile.template 
b/src/gallium/winsys/drm/Makefile.template
index b0d9812..9f92cb4 100644
--- a/src/gallium/winsys/drm/Makefile.template
+++ b/src/gallium/winsys/drm/Makefile.template
@@ -117,8 +117,8 @@ clean:
 
 
 install: $(LIBNAME)
-       $(INSTALL) -d $(DRI_DRIVER_INSTALL_DIR)
-       $(INSTALL) -m 755 $(LIBNAME) $(DRI_DRIVER_INSTALL_DIR)
+       $(INSTALL) -d $(DESTDIR)$(DRI_DRIVER_INSTALL_DIR)
+       $(INSTALL) -m 755 $(LIBNAME) $(DESTDIR)$(DRI_DRIVER_INSTALL_DIR)
 
 
 include depend

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to