From 64580ce54930f4995e084e01f4fdfba633c0e849 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Wed, 18 Apr 2007 21:55:09 +0000 Subject: [PATCH] Remove .svn files from package --- makedist.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makedist.pl b/makedist.pl index 4c8416a3f..2df2398dd 100755 --- a/makedist.pl +++ b/makedist.pl @@ -141,7 +141,7 @@ closedir(DIR); # Remove useless .bak, test and other files, and create the tar.gz file print "Creating webmin-$vfile.tar.gz\n"; -system("find $tardir/$dir -name '*.bak' -o -name test -o -name '*.tmp' -o -name '*.site' -o -name core -o -name .xvpics | xargs rm -rf"); +system("find $tardir/$dir -name '*.bak' -o -name test -o -name '*.tmp' -o -name '*.site' -o -name core -o -name .xvpics -o -name .svn | xargs rm -rf"); system("cd $tardir ; tar cvhf - $dir 2>/dev/null | gzip -c >webmin-$vfile.tar.gz"); if (!$min && -d $zipdir) {