Fix release-related things
[sbcl.git] / doc / manual / make-tempfiles.sh
index aac4bb1..ec07a3f 100644 (file)
@@ -24,7 +24,7 @@ then
     if [ -f $sbclsystem ] && [ -f $sbclcore ]
     then
         SBCLRUNTIME="$sbclsystem --core $sbclcore"
-        SBCL_HOME=$SBCL_PWD/../../contrib/; export SBCL_HOME
+        SBCL_HOME=$SBCL_PWD/../../obj/sbcl-home/; export SBCL_HOME
         SBCL_BUILDING_CONTRIB="please asdf install your hook"; export SBCL_BUILDING_CONTRIB
     else
         SBCLRUNTIME="`which sbcl`"