X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fblosxom-plugins.git;a=blobdiff_plain;f=scripts%2Fmake-dist;fp=scripts%2Fmake-dist;h=c2fdec90f0fb365a52e5b5ff9b4c2419eb8ae9a5;hp=4c91f5b627a7fd6eb7605ea5daa7f7c5d7cbed92;hb=67e5bf3facd593833bd47045602cf016192a9065;hpb=f0e04e40d8c0d902eab73fe3feede1607379ed35 diff --git a/scripts/make-dist b/scripts/make-dist index 4c91f5b..c2fdec9 100755 --- a/scripts/make-dist +++ b/scripts/make-dist @@ -31,7 +31,7 @@ for SIZE in large medium small; do find * \( -name $TARBALL -o -name CVS \) -prune -o -type f -exec cp -p {} $TARBALL \; # Prune unwanted files - for i in make-dist README.cvs blosxom-plugins-medium.spec; do + for i in make-dist README.cvs blosxom-plugins-*.spec; do rm -f $TARBALL/$i done fi