diff options
author | Olivier Thauvin <nanardon@mandriva.org> | 2007-07-12 13:20:30 +0000 |
---|---|---|
committer | Olivier Thauvin <nanardon@mandriva.org> | 2007-07-12 13:20:30 +0000 |
commit | b3d49e85cb72422aef066c3b453542060143589b (patch) | |
tree | 24d951b66947a909f0569f145c4e15c9a40c233e | |
parent | 1523cc37b367d02f092b0c91045ef0e5e5a28181 (diff) | |
download | spec-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
-rwxr-xr-x | compress_files | 2 |
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"); } |