diff options
Diffstat (limited to 'unmaintained/sbcl/sbcl_prefix.patch')
-rw-r--r-- | unmaintained/sbcl/sbcl_prefix.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/unmaintained/sbcl/sbcl_prefix.patch b/unmaintained/sbcl/sbcl_prefix.patch new file mode 100644 index 0000000000..2019d0e7ec --- /dev/null +++ b/unmaintained/sbcl/sbcl_prefix.patch @@ -0,0 +1,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 |