diff options
author | Andreas Hüttel <dilfridge@gentoo.org> | 2012-06-02 18:06:35 +0000 |
---|---|---|
committer | Andreas Hüttel <dilfridge@gentoo.org> | 2012-06-02 18:06:35 +0000 |
commit | 47aaec0d787269fc39c8966b8934543863563e74 (patch) | |
tree | 3b410649f159506ba23b9ff6834da90183de5e5e /net-print/cups/files | |
parent | Version bump (bug 406099, thanks Matthew Stapleton and Guillaume Castagnino).... (diff) | |
download | historical-47aaec0d787269fc39c8966b8934543863563e74.tar.gz historical-47aaec0d787269fc39c8966b8934543863563e74.tar.bz2 historical-47aaec0d787269fc39c8966b8934543863563e74.zip |
Version bump
Package-Manager: portage-2.2.0_alpha108/cvs/Linux x86_64
Diffstat (limited to 'net-print/cups/files')
-rw-r--r-- | net-print/cups/files/cups-1.5.3-fix-install-perms.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/net-print/cups/files/cups-1.5.3-fix-install-perms.patch b/net-print/cups/files/cups-1.5.3-fix-install-perms.patch new file mode 100644 index 000000000000..50ad42485e12 --- /dev/null +++ b/net-print/cups/files/cups-1.5.3-fix-install-perms.patch @@ -0,0 +1,24 @@ +diff -ruN cups-1.5.3.orig/Makedefs.in cups-1.5.3/Makedefs.in +--- cups-1.5.3.orig/Makedefs.in 2012-03-01 01:05:55.000000000 +0100 ++++ cups-1.5.3/Makedefs.in 2012-06-02 19:32:42.000000000 +0200 +@@ -41,14 +41,14 @@ + # Installation programs... + # + +-INSTALL_BIN = $(LIBTOOL) $(INSTALL) -c -m 555 @INSTALL_STRIP@ ++INSTALL_BIN = $(LIBTOOL) $(INSTALL) -c -m 755 @INSTALL_STRIP@ + INSTALL_CONFIG = $(INSTALL) -c -m @CUPS_CONFIG_FILE_PERM@ +-INSTALL_COMPDATA = $(INSTALL) -c -m 444 @INSTALL_GZIP@ +-INSTALL_DATA = $(INSTALL) -c -m 444 ++INSTALL_COMPDATA = $(INSTALL) -c -m 644 @INSTALL_GZIP@ ++INSTALL_DATA = $(INSTALL) -c -m 644 + INSTALL_DIR = $(INSTALL) -d +-INSTALL_LIB = $(LIBTOOL) $(INSTALL) -c -m 555 @INSTALL_STRIP@ +-INSTALL_MAN = $(INSTALL) -c -m 444 +-INSTALL_SCRIPT = $(INSTALL) -c -m 555 ++INSTALL_LIB = $(LIBTOOL) $(INSTALL) -c -m 755 @INSTALL_STRIP@ ++INSTALL_MAN = $(INSTALL) -c -m 644 ++INSTALL_SCRIPT = $(INSTALL) -c -m 755 + + # + # Default user, group, and system groups for the scheduler... |