From a2990a9d730e1fe579debbe0e4a7be46c5c2329b Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Mon, 21 Feb 2005 00:20:19 +0000 Subject: Add DESTDIR install target --- bin/installmesa | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/installmesa b/bin/installmesa index 80fd8ef7e5..fad0722082 100755 --- a/bin/installmesa +++ b/bin/installmesa @@ -12,7 +12,7 @@ TOP=. INCLUDE_DIR="/usr/local/include" LIB_DIR="/usr/local/lib" - +if [ x$# == "x0" ] ; then echo echo "***** Mesa installation - You may need root privileges to do this *****" echo @@ -33,7 +33,6 @@ if [ x${INPUT} != "x" ] ; then LIB_DIR=${INPUT} fi - echo echo "About to install Mesa header files (GL/*.h) in: " ${INCLUDE_DIR}/GL echo "and Mesa library files (libGL.*, etc) in: " ${LIB_DIR} @@ -41,6 +40,10 @@ echo "Press to continue, or -C to abort." read INPUT +else +INCLUDE_DIR=$1/include +LIB_DIR=$1/lib +fi # flags: # -f = force -- cgit v1.2.3