mirror of
https://github.com/webmin/webmin.git
synced 2026-04-19 07:20:29 +01:00
Exclude 'verison' file from packaged modules and themes
This commit is contained in:
@@ -112,7 +112,7 @@ foreach $m (@mlist) {
|
||||
$f =~ /\.(tar|wbm|wbt)\.gz$/ || $f =~ /\.pyc$/ ||
|
||||
$f eq "README.md" || $f =~ /^makemodule.*\.pl$/ ||
|
||||
$f eq "linux.sh" || $f eq "freebsd.sh" ||
|
||||
$f eq "LICENCE");
|
||||
$f eq "LICENCE" || $f eq "version");
|
||||
$flist .= " $m/$f";
|
||||
}
|
||||
closedir(DIR);
|
||||
|
||||
Reference in New Issue
Block a user