aboutsummaryrefslogtreecommitdiffstats
path: root/compress_files
diff options
context:
space:
mode:
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");
}