From 07d6dd986728e8ea781954f5a3c2799ff0418ecb Mon Sep 17 00:00:00 2001 From: Rudi Schlatte Date: Wed, 17 May 2006 12:06:06 +0000 Subject: [PATCH] 0.9.12.27 Really make install.sh work on win32. "oops" --- install.sh | 4 ++-- version.lisp-expr | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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" -- 1.7.10.4