X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=distdir%2Fpost-process-dist;h=5fc77eaeb415d2a049b45a1f7f24ff4902a826ed;hp=375b98633b57e5e0149ebcd72abcb216f18f3da6;hb=40adbe1719b88eee1d7ee9c29c44d11e43be385e;hpb=daa6792e25454f5783f0545384590ef122a3878f diff --git a/distdir/post-process-dist b/distdir/post-process-dist index 375b9863..5fc77eae 100644 --- a/distdir/post-process-dist +++ b/distdir/post-process-dist @@ -9,6 +9,6 @@ distdir=$4 # in EXTRA_DIST or 'include' them in distribution. if test -d $distdir; then - rm -rf `find $distdir -name CVS` - rm -rf `find $distdir -name Makefile` + find $distdir -name CVS -type d | xargs rm -rf + find $distdir -name Makefile -type f | xargs rm -f fi