You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-arch/dpkg/files/dpkg-1.16.4.2-gzip-rsyncabl...

12 lines
302 B

--- a/scripts/Dpkg/Compression.pm
+++ b/scripts/Dpkg/Compression.pm
@@ -52,7 +52,7 @@
my $COMP = {
"gzip" => {
"file_ext" => "gz",
- "comp_prog" => [ "gzip", "--no-name", "--rsyncable" ],
+ "comp_prog" => [ "gzip", "--no-name"],
"decomp_prog" => [ "gunzip" ],
"default_level" => 9,
},