From 464fcd0dd84cf4c705b992a087cdcb8b403eb8ef Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 19 Oct 2006 20:09:05 +0000 Subject: New bin/minstall script - a minimal replacement for 'install'. Correctly handles symlinks so we can get rid of the COPY_LIBS stuff. --- configs/default | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configs/default') diff --git a/configs/default b/configs/default index 8431fff0b8..aa6cef9e3c 100644 --- a/configs/default +++ b/configs/default @@ -27,8 +27,7 @@ MKLIB_OPTIONS = MKDEP = makedepend MKDEP_OPTIONS = -fdepend MAKE = make -INSTALL = install -COPY_LIBS = cp -f -d +INSTALL = $(TOP)/bin/minstall # Python and flags (generally only needed by the developers) PYTHON2 = python @@ -79,7 +78,8 @@ APP_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -l$(GLUT_LIB) -l$(GLU_LIB) -l$(GL_LIB) -lm # Installation directories (for make install) -INSTALL_DIR = /usr/local +#INSTALL_DIR = /usr/local +INSTALL_DIR = /tmp/mesa2 DRI_DRIVER_INSTALL_DIR = /usr/X11R6/lib/modules/dri # Where libGL will look for DRI hardware drivers -- cgit v1.2.3