X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=binary-distribution.sh;h=234cc4f035a31fa3f28eb4b5e688a195810f7ee5;hb=829ced3e78a23ba153ba4db64e6ea6984c2313b6;hp=c6d3db9dc754cc70543a2db9b9e9380862f41740;hpb=fd79e33e6b6dacdc52cf6668a5bb7adf75aad6c1;p=sbcl.git diff --git a/binary-distribution.sh b/binary-distribution.sh index c6d3db9..234cc4f 100755 --- a/binary-distribution.sh +++ b/binary-distribution.sh @@ -11,7 +11,7 @@ set -e b=${1:?"missing base directory name argument"} tar -cf $b-binary.tar \ - $b/output/sbcl.core $b/src/runtime/sbcl \ + $b/output/sbcl.core $b/src/runtime/sbcl $b/output/prefix.def \ $b/BUGS $b/COPYING $b/CREDITS $b/INSTALL $b/NEWS $b/README \ $b/install.sh $b/find-gnumake.sh $b/sbcl-pwd.sh $b/run-sbcl.sh \ $b/doc/sbcl.1 \