X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=binary-distribution.sh;h=6bb17689dc5cf298e6ffbc72a4095b9e54c37582;hb=279df8b476e79529c51674db2136efc19967006f;hp=c92a323995716747bde262c81c90adf9d6cd65a3;hpb=4f87ff15a8a6259e59a297fcf74b0c6c8f60c1c4;p=sbcl.git diff --git a/binary-distribution.sh b/binary-distribution.sh index c92a323..6bb1768 100755 --- a/binary-distribution.sh +++ b/binary-distribution.sh @@ -20,6 +20,6 @@ tar -cf $b-binary.tar \ $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 -not -type d -not -name '.cvsignore' -print fi done`