aboutsummaryrefslogtreecommitdiffstats
path: root/compress_files
diff options
context:
space:
mode:
authorOlivier Thauvin <nanardon@mandriva.org>2007-07-12 13:20:30 +0000
committerOlivier Thauvin <nanardon@mandriva.org>2007-07-12 13:20:30 +0000
commitb3d49e85cb72422aef066c3b453542060143589b (patch)
tree24d951b66947a909f0569f145c4e15c9a40c233e /compress_files
parent1523cc37b367d02f092b0c91045ef0e5e5a28181 (diff)
downloadspec-helper-b3d49e85cb72422aef066c3b453542060143589b.tar
spec-helper-b3d49e85cb72422aef066c3b453542060143589b.tar.gz
spec-helper-b3d49e85cb72422aef066c3b453542060143589b.tar.bz2
spec-helper-b3d49e85cb72422aef066c3b453542060143589b.tar.xz
spec-helper-b3d49e85cb72422aef066c3b453542060143589b.zip
- lzma use --text option
Diffstat (limited to 'compress_files')
-rwxr-xr-xcompress_files2
1 files changed, 1 insertions, 1 deletions
diff --git a/compress_files b/compress_files
index b703540..b9e15aa 100755
--- a/compress_files
+++ b/compress_files
@@ -160,7 +160,7 @@ if (@f) {
# Make executables not be anymore.
xargs(\@f, "chmod", "a-x");
- xargs(\@f, "lzma", "-9f");
+ xargs(\@f, "lzma", "-9f", "--text");
}