diff options
Diffstat (limited to 'bin/lo-pack-sources')
-rwxr-xr-x | bin/lo-pack-sources | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/lo-pack-sources b/bin/lo-pack-sources index 75181fae4ca2..f2c0818731ea 100755 --- a/bin/lo-pack-sources +++ b/bin/lo-pack-sources @@ -143,7 +143,7 @@ sub generate_lo_piece_blacklist($) print BLACKLIST "config.log\n"; print BLACKLIST "config.parms\n"; print BLACKLIST "git-hooks\n"; - print BLACKLIST "Linux*Env.Set.sh\n"; + print BLACKLIST "Env.Host.sh\n"; print BLACKLIST "src/tmp*\n"; print BLACKLIST "src/fetch.log\n"; print BLACKLIST "src/libreoffice-*.tar.bz2\n"; |