Mesa (master): Fix touching live system during install.

Corbin Simpson csimpson at kemper.freedesktop.org
Wed Jan 20 20:22:15 UTC 2010


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

Author: Tomas Chvatal <scarabeus at gentoo.org>
Date:   Wed Jan 20 21:14:32 2010 +0100

Fix touching live system during install.

---

 src/gallium/winsys/drm/radeon/egl/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/winsys/drm/radeon/egl/Makefile b/src/gallium/winsys/drm/radeon/egl/Makefile
index 2bd05a8..c5fdc9a 100644
--- a/src/gallium/winsys/drm/radeon/egl/Makefile
+++ b/src/gallium/winsys/drm/radeon/egl/Makefile
@@ -35,4 +35,4 @@ depend:
 symlinks:
 
 install: $(LIBNAME)
-	$(MINSTALL) -m 755 $(LIBNAME) $(INSTALL_DIR)/$(LIB_DIR)
+	$(MINSTALL) -m 755 $(LIBNAME) $(DESTDIR)$(INSTALL_DIR)/$(LIB_DIR)




More information about the mesa-commit mailing list