diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-07-25 01:02:17 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-07-25 01:02:17 +0300 |
commit | c5f297649c303c4017ecac1670bc60c67e46e6ba (patch) | |
tree | 2c1eac1b7c54078ffd91c4bfc56a4bad735ecac1 /bin | |
parent | 76a27e577e912476252fe31543b24ee58b22fe63 (diff) |
Change *Env.Set.sh to Env.Host.sh
Diffstat (limited to 'bin')
-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"; |