summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2017-11-28 19:26:06 +0100
committerLars Wendler <polynomial-c@gentoo.org>2017-11-28 19:30:07 +0100
commitcf787282061c48e1e94e459735b3639b4427c85d (patch)
treeb6ba5e5df6a4c2224bb1f3e0063aef585fbf269d /net-print
parentnet-misc/kafka-bin: Bump of 0.11, fix SRC_URI (diff)
downloadgentoo-cf787282061c48e1e94e459735b3639b4427c85d.tar.gz
gentoo-cf787282061c48e1e94e459735b3639b4427c85d.tar.bz2
gentoo-cf787282061c48e1e94e459735b3639b4427c85d.zip
Revert "net-print/cups: remove unused patch"
This reverts commit b913efce5c3b38b6d9ef8d869dc19e4208aef4b4.
Diffstat (limited to 'net-print')
-rw-r--r--net-print/cups/files/cups-2.2.4-fix-install-perms.patch18
1 files changed, 18 insertions, 0 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
new file mode 100644
index 000000000000..b9fda922d2c6
--- /dev/null
+++ b/net-print/cups/files/cups-2.2.4-fix-install-perms.patch
@@ -0,0 +1,18 @@
+--- 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@
+
+ #