X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=binary-distribution.sh;h=15734f53cac8c01b2c01ec8bdc4e2c8b1aa4ad3d;hb=3a618201c9f2370bb8784217a866d000371769e5;hp=c5b0e77fb2c0859007d22aea813bfe070dded3df;hpb=2b596efa9a6b08a22bbdcdf88198c5d2af1d0335;p=sbcl.git diff --git a/binary-distribution.sh b/binary-distribution.sh index c5b0e77..15734f5 100755 --- a/binary-distribution.sh +++ b/binary-distribution.sh @@ -12,7 +12,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/BUGS $b/COPYING $b/CREDITS $b/INSTALL $b/NEWS $b/README $b/SUPPORT \ $b/install.sh $b/find-gnumake.sh \ $b/doc/sbcl.1 \ $b/pubring.pgp \