Exclude 'verison' file from packaged modules and themes

This commit is contained in:
Jamie Cameron
2017-03-26 14:25:00 -07:00
parent e88d7bf265
commit 7774c3cd1f

View File

@@ -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);