summaryrefslogtreecommitdiff
path: root/app-arch/dpkg/files/dpkg-1.17.0-gzip-rsyncable.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-arch/dpkg/files/dpkg-1.17.0-gzip-rsyncable.patch')
-rw-r--r--app-arch/dpkg/files/dpkg-1.17.0-gzip-rsyncable.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/app-arch/dpkg/files/dpkg-1.17.0-gzip-rsyncable.patch b/app-arch/dpkg/files/dpkg-1.17.0-gzip-rsyncable.patch
deleted file mode 100644
index f956ca590ce7..000000000000
--- a/app-arch/dpkg/files/dpkg-1.17.0-gzip-rsyncable.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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,
- },