mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Remove .svn files from package
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user