0.9.14.5:
authorJuho Snellman <jsnell@iki.fi>
Wed, 28 Jun 2006 14:42:24 +0000 (14:42 +0000)
committerJuho Snellman <jsnell@iki.fi>
Wed, 28 Jun 2006 14:42:24 +0000 (14:42 +0000)
Add sbcl-pwd.sh to binary-distribution.sh, to make the binaries
        actually installable.

binary-distribution.sh
version.lisp-expr

index 82aabbd..124ae7c 100755 (executable)
@@ -13,7 +13,7 @@ b=${1:?"missing base directory name argument"}
 tar -cf $b-binary.tar \
     $b/output/sbcl.core $b/src/runtime/sbcl \
     $b/BUGS $b/COPYING $b/CREDITS $b/INSTALL $b/NEWS $b/README $b/SUPPORT \
-    $b/install.sh $b/find-gnumake.sh \
+    $b/install.sh $b/find-gnumake.sh $b/sbcl-pwd.sh \
     $b/doc/sbcl.1 \
     $b/pubring.pgp \
     $b/contrib/asdf-module.mk \
index 0724bf6..e4ff3a7 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.14.4"
+"0.9.14.5"