X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=binary-distribution.sh;h=124ae7ca8f84cad8d8eae1278bd331694e982a95;hb=cf7b2cb313a44fe97809a32c6d0fa1e64e67dee5;hp=82aabbd2d12ee3582fcb44c1d4a38812f36f819e;hpb=99d995b576ffe87b5b762e0590d0fafe73fc05e0;p=sbcl.git diff --git a/binary-distribution.sh b/binary-distribution.sh index 82aabbd..124ae7c 100755 --- a/binary-distribution.sh +++ b/binary-distribution.sh @@ -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 \