X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=binary-distribution.sh;h=c6d3db9dc754cc70543a2db9b9e9380862f41740;hb=c553e4be6da2d18f0827f190589c88e837b8b8a6;hp=2476edd02e9f426b9dc221a08ee2d2936298e164;hpb=a9daf306a9b977683d7f5b66a3581dc5cf1b435a;p=sbcl.git diff --git a/binary-distribution.sh b/binary-distribution.sh index 2476edd..c6d3db9 100755 --- a/binary-distribution.sh +++ b/binary-distribution.sh @@ -12,7 +12,7 @@ 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/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 \