diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-08-26 21:32:30 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-08-26 21:32:30 +0000 |
commit | 194eba325c2a28055ca560bfca7e952323ac7101 (patch) | |
tree | 0d06d08f3cf86394f0e2c17ead69d892fbbb86ce /genhdlist2 | |
parent | a2e4d9d15d9e6eaba9e1de9e883ec3ce05040a3b (diff) | |
download | rpmtools-194eba325c2a28055ca560bfca7e952323ac7101.tar rpmtools-194eba325c2a28055ca560bfca7e952323ac7101.tar.gz rpmtools-194eba325c2a28055ca560bfca7e952323ac7101.tar.bz2 rpmtools-194eba325c2a28055ca560bfca7e952323ac7101.tar.xz rpmtools-194eba325c2a28055ca560bfca7e952323ac7101.zip |
compress synthesis files with '--text' flag passed to xz (shrinks
synthesis.cz by 4-7%)
Diffstat (limited to 'genhdlist2')
-rw-r--r-- | genhdlist2 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ sub usage () { sub main() { my %options = ( - synthesis_filter => '.cz:xz -5', + synthesis_filter => '.cz:xz -5 --text', xml_info => 'auto', xml_info_filter => '.lzma:lzma -5 --text', versioned => 'auto' |