diff options
author | Jim Meyering <jim@meyering.net> | 2005-09-13 14:14:41 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-09-13 14:14:41 +0000 |
commit | 4c7c6d6e78b9c5e3e1bf6491ca8f1ce2fae9c797 (patch) | |
tree | 86883435d4cf2c2bb4e65b32d4710cc251c5deb2 | |
parent | 82d96eac2efea489b2dcf08d5edb11a92f282623 (diff) | |
download | coreutils-4c7c6d6e78b9c5e3e1bf6491ca8f1ce2fae9c797.tar.xz |
(GZIP_ENV): Add --rsyncable option.
-rw-r--r-- | Makefile.maint | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.maint b/Makefile.maint index f2b07a84d..ff0d1cff8 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -24,7 +24,7 @@ ME := Makefile.maint # Do not save the original name or timestamp in the .tar.gz file. -GZIP_ENV = '--no-name --best' +GZIP_ENV = '--no-name --best --rsyncable' CVS = cvs |