aboutsummaryrefslogtreecommitdiffstats
path: root/testing/sbcl/sbcl_prefix.patch
blob: 2019d0e7ec120378c7b2a00de5e07924e95210f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/make-config.sh
+++ b/make-config.sh
@@ -30,7 +30,7 @@
 then
     SBCL_PREFIX="$PROGRAMFILES/sbcl"
 else
-    SBCL_PREFIX="/usr/local"
+    SBCL_PREFIX="/usr"
 fi
 SBCL_XC_HOST="sbcl --no-userinit --no-sysinit"
 export SBCL_XC_HOST