summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2017-11-17 20:25:47 +0100
committerDavid Seifert <soap@gentoo.org>2017-11-18 19:03:17 +0100
commitb913efce5c3b38b6d9ef8d869dc19e4208aef4b4 (patch)
tree501a8a94afe135a75e70f561dc7b7ffd76ccb74a /net-print/cups
parentapp-text/ghostscript-gpl: remove unused patch (diff)
downloadgentoo-b913efce5c3b38b6d9ef8d869dc19e4208aef4b4.tar.gz
gentoo-b913efce5c3b38b6d9ef8d869dc19e4208aef4b4.tar.bz2
gentoo-b913efce5c3b38b6d9ef8d869dc19e4208aef4b4.zip
net-print/cups: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/6216
Diffstat (limited to 'net-print/cups')
-rw-r--r--net-print/cups/files/cups-2.2.4-fix-install-perms.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/net-print/cups/files/cups-2.2.4-fix-install-perms.patch b/net-print/cups/files/cups-2.2.4-fix-install-perms.patch
deleted file mode 100644
index b9fda922d2c6..000000000000
--- a/net-print/cups/files/cups-2.2.4-fix-install-perms.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- cups-2.2.4/Makedefs.in
-+++ cups-2.2.4/Makedefs.in
-@@ -39,12 +39,12 @@
- #
-
- INSTALL_BIN = $(LIBTOOL) $(INSTALL) -c -m @CUPS_EXE_FILE_PERM@ @INSTALL_STRIP@
--INSTALL_COMPDATA = $(INSTALL) -c -m 444 @INSTALL_GZIP@
-+INSTALL_COMPDATA = $(INSTALL) -c -m 644 @INSTALL_GZIP@
- INSTALL_CONFIG = $(INSTALL) -c -m @CUPS_CONFIG_FILE_PERM@
--INSTALL_DATA = $(INSTALL) -c -m 444
-+INSTALL_DATA = $(INSTALL) -c -m 644
- INSTALL_DIR = $(INSTALL) -d
- INSTALL_LIB = $(LIBTOOL) $(INSTALL) -c -m @CUPS_EXE_FILE_PERM@ @INSTALL_STRIP@
--INSTALL_MAN = $(INSTALL) -c -m 444
-+INSTALL_MAN = $(INSTALL) -c -m 644
- INSTALL_SCRIPT = $(INSTALL) -c -m @CUPS_EXE_FILE_PERM@
-
- #