X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=binary-distribution.sh;h=2476edd02e9f426b9dc221a08ee2d2936298e164;hb=9837343101c3da7b3a8f94609ec116ec5025436a;hp=c92a323995716747bde262c81c90adf9d6cd65a3;hpb=4f87ff15a8a6259e59a297fcf74b0c6c8f60c1c4;p=sbcl.git diff --git a/binary-distribution.sh b/binary-distribution.sh index c92a323..2476edd 100755 --- a/binary-distribution.sh +++ b/binary-distribution.sh @@ -13,13 +13,13 @@ 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/sbcl-pwd.sh \ + $b/install.sh $b/find-gnumake.sh $b/sbcl-pwd.sh $b/run-sbcl.sh \ $b/doc/sbcl.1 \ $b/pubring.pgp \ $b/contrib/asdf-module.mk \ $b/contrib/vanilla-module.mk \ `for dir in $b/contrib/*; do if test -d $dir && test -f $dir/test-passed; then - find $dir -not -type d -not -name '.cvsignore' -not -path '*/CVS*' -print + find $dir -name CVS -type d -prune -o \! -type d \! -name '.cvsignore' -print fi done`