diff options
-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"); } |