ports/archivers/dpkg/files/patch-scripts_Dpkg_Compression.pm
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

12 lines
357 B
Perl

--- scripts/Dpkg/Compression.pm.orig 2016-07-03 19:02:23 UTC
+++ scripts/Dpkg/Compression.pm
@@ -55,7 +55,7 @@ interact with the set of supported compr
my $COMP = {
gzip => {
file_ext => 'gz',
- comp_prog => [ 'gzip', '--no-name', '--rsyncable' ],
+ comp_prog => [ 'gzip', '--no-name' ],
decomp_prog => [ 'gunzip' ],
default_level => 9,
},