X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=binary-distribution.sh;h=234cc4f035a31fa3f28eb4b5e688a195810f7ee5;hb=f41b718f89090d00e2625f103e29281061800729;hp=2476edd02e9f426b9dc221a08ee2d2936298e164;hpb=a9daf306a9b977683d7f5b66a3581dc5cf1b435a;p=sbcl.git diff --git a/binary-distribution.sh b/binary-distribution.sh index 2476edd..234cc4f 100755 --- a/binary-distribution.sh +++ b/binary-distribution.sh @@ -11,8 +11,8 @@ set -e 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/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 \ $b/pubring.pgp \