Submitted By:            Kevin Day <kevin AT kevux DOT org>
Date:                    2005-10-26
Initial Package Version: 3.2.8
Upstream Status:         Not Submitted
Description:             This is just annoying and gets in the way of automation.

--- Mesa-2005-10-26/bin/installmesa.orig	2005-11-04 11:01:28.000000000 +0000
+++ Mesa-2005-10-26/bin/installmesa	2005-11-04 11:02:43.000000000 +0000
@@ -9,41 +9,8 @@
 
 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
-echo "Default directory for header files is:" ${INCLUDE_DIR}
-echo "Enter new directory or press <Enter> to accept this default."
-
-read INPUT
-if [ "x${INPUT}" != "x" ] ; then
-	INCLUDE_DIR=${INPUT}
-fi
-
-echo
-echo "Default directory for library files is:" ${LIB_DIR}
-echo "Enter new directory or press <Enter> to accept this default."
-
-read INPUT
-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}
-echo "Press <Enter> to continue, or <ctrl>-C to abort."
-
-read INPUT
-
-else
-INCLUDE_DIR=$1/include
-LIB_DIR=$1/lib
-fi
+INCLUDE_DIR="/usr/include"
+LIB_DIR="/usr/lib"
 
 # flags:
 #  -f = force
