From: Rudi Schlatte Date: Wed, 17 May 2006 12:06:06 +0000 (+0000) Subject: 0.9.12.27 X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=07d6dd986728e8ea781954f5a3c2799ff0418ecb;p=sbcl.git 0.9.12.27 Really make install.sh work on win32. "oops" --- diff --git a/install.sh b/install.sh index 590e630..c00a6f4 100644 --- a/install.sh +++ b/install.sh @@ -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 diff --git a/version.lisp-expr b/version.lisp-expr index b4072c8..f875bba 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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"