0.9.12.27
authorRudi Schlatte <rudi@constantly.at>
Wed, 17 May 2006 12:06:06 +0000 (12:06 +0000)
committerRudi Schlatte <rudi@constantly.at>
Wed, 17 May 2006 12:06:06 +0000 (12:06 +0000)
  Really make install.sh work on win32.  "oops"

install.sh
version.lisp-expr

index 590e630..c00a6f4 100644 (file)
@@ -13,7 +13,7 @@ ensure_dirs ()
 if [ "$OSTYPE" = "cygwin" -o "$OSTYPE" = "msys" ] ; then
     DEFAULT_INSTALL_ROOT="$PROGRAMFILES/sbcl"
     RUNTIME=sbcl.exe
-    OLD_RUNTIME=sbcl_old.exe
+    OLD_RUNTIME=sbcl.exe.old
 else
     DEFAULT_INSTALL_ROOT=/usr/local
     RUNTIME=sbcl
@@ -65,7 +65,7 @@ test -f $BUILD_ROOT$INSTALL_ROOT/bin/$RUNTIME && \
 test -f $BUILD_ROOT$SBCL_HOME/sbcl.core && \
     mv $BUILD_ROOT$SBCL_HOME/sbcl.core $BUILD_ROOT$SBCL_HOME/sbcl.core.old
 
-cp src/runtime/sbcl $BUILD_ROOT$INSTALL_ROOT/bin/
+cp src/runtime/$RUNTIME $BUILD_ROOT$INSTALL_ROOT/bin/
 cp output/sbcl.core $BUILD_ROOT$SBCL_HOME/sbcl.core
 
 # installing contrib
index b4072c8..f875bba 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.9.12.26"
+"0.9.12.27"