aboutsummaryrefslogtreecommitdiffstats
path: root/genhdlist2
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-06-25 18:17:40 +0000
committerThierry Vignaud <tv@mageia.org>2012-06-25 18:17:40 +0000
commit349f8754b48ac50dc334c3ec7ae4ba9c5c77b54d (patch)
treeab5f5539d91a066891c434754169b89a5d50bc4a /genhdlist2
parent79c1b39a8e9f4304b82f8ebb7ab04aa08c0fcba6 (diff)
downloadrpmtools-349f8754b48ac50dc334c3ec7ae4ba9c5c77b54d.tar
rpmtools-349f8754b48ac50dc334c3ec7ae4ba9c5c77b54d.tar.gz
rpmtools-349f8754b48ac50dc334c3ec7ae4ba9c5c77b54d.tar.bz2
rpmtools-349f8754b48ac50dc334c3ec7ae4ba9c5c77b54d.tar.xz
rpmtools-349f8754b48ac50dc334c3ec7ae4ba9c5c77b54d.zip
actually compress xml files with '--text' flag passed to lzma
(shrinks files.xml.lzma by 25%)
Diffstat (limited to 'genhdlist2')
-rw-r--r--genhdlist22
1 files changed, 1 insertions, 1 deletions
diff --git a/genhdlist2 b/genhdlist2
index 63c4e47..89e16bd 100644
--- a/genhdlist2
+++ b/genhdlist2
@@ -18,7 +18,7 @@ sub main() {
my %options = (
synthesis_filter => '.cz:gzip -9',
xml_info => 'auto',
- xml_info_filter => '.lzma:lzma -5',
+ xml_info_filter => '.lzma:lzma -5 --text',
versioned => 'auto'
);