--- bin_dist/install-sdl.sh.orig	Sun Aug  8 17:13:44 1999
+++ bin_dist/install-sdl.sh	Thu Aug 12 01:32:54 1999
@@ -17,7 +17,7 @@
 	;;
   *)
 	# Default to UNIX standard
-	base=/usr/local
+	base=${PREFIX}
 	;;
 esac
 
@@ -33,22 +33,12 @@
 }
 
 # Prompt the user to change the default directory
-if [ "$lib_dir" = "" -o "$hdr_dir" = "" ]; then
-	prompt "Enter installation directory: [$base] "
-	read newbase
-	if [ "$newbase" != "" ]; then
-		base=$newbase
-	fi
-	if [ "$lib_dir" = "" ]; then
-		lib_dir="$base/lib"
-	fi
-	if [ "$hdr_dir" = "" ]; then
-		hdr_dir="$base/include/SDL"
-	fi
-fi
+
+lib_dir="$base/lib"
+hdr_dir="$base/include/SDL"
 
 # Final installation prompting
-okay="n"
+okay="y"
 while [ "$okay" = "n" -o "$okay" = "N" ]; do
 	echo "SDL library files will be installed in"
 	echo "	$lib_dir"
