Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-print/cups/files: cups-1.6.0-fix-install-perms.patch
Date: Sat, 02 Jun 2012 16:57:26
Message-Id: 20120602165716.D08C72004C@flycatcher.gentoo.org
1 dilfridge 12/06/02 16:57:16
2
3 Modified: cups-1.6.0-fix-install-perms.patch
4 Log:
5 Add 1.6.0 beta1 release
6
7 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64, RepoMan options: --force)
8
9 Revision Changes Path
10 1.2 net-print/cups/files/cups-1.6.0-fix-install-perms.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/files/cups-1.6.0-fix-install-perms.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/files/cups-1.6.0-fix-install-perms.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/files/cups-1.6.0-fix-install-perms.patch?r1=1.1&r2=1.2
15
16 Index: cups-1.6.0-fix-install-perms.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-print/cups/files/cups-1.6.0-fix-install-perms.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- cups-1.6.0-fix-install-perms.patch 8 May 2012 23:00:40 -0000 1.1
23 +++ cups-1.6.0-fix-install-perms.patch 2 Jun 2012 16:57:16 -0000 1.2
24 @@ -1,21 +1,24 @@
25 Index: Makedefs.in
26 ===================================================================
27 ---- Makedefs.in (Revision 10458)
28 +--- Makedefs.in (Revision 10520)
29 +++ Makedefs.in (Arbeitskopie)
30 @@ -40,14 +40,14 @@
31 # Installation programs...
32 #
33
34 -INSTALL_BIN = $(LIBTOOL) $(INSTALL) -c -m 555 @INSTALL_STRIP@
35 +-INSTALL_COMPDATA = $(INSTALL) -c -m 444 @INSTALL_GZIP@
36 +INSTALL_BIN = $(LIBTOOL) $(INSTALL) -c -m 755 @INSTALL_STRIP@
37 ++INSTALL_COMPDATA = $(INSTALL) -c -m 644 @INSTALL_GZIP@
38 INSTALL_CONFIG = $(INSTALL) -c -m @CUPS_CONFIG_FILE_PERM@
39 - INSTALL_COMPDATA = $(INSTALL) -c -m 444 @INSTALL_GZIP@
40 - INSTALL_DATA = $(INSTALL) -c -m 444
41 +-INSTALL_DATA = $(INSTALL) -c -m 444
42 ++INSTALL_DATA = $(INSTALL) -c -m 644
43 INSTALL_DIR = $(INSTALL) -d
44 -INSTALL_LIB = $(LIBTOOL) $(INSTALL) -c -m 555 @INSTALL_STRIP@
45 -+INSTALL_LIB = $(LIBTOOL) $(INSTALL) -c -m 755 @INSTALL_STRIP@
46 - INSTALL_MAN = $(INSTALL) -c -m 444
47 +-INSTALL_MAN = $(INSTALL) -c -m 444
48 -INSTALL_SCRIPT = $(INSTALL) -c -m 555
49 ++INSTALL_LIB = $(LIBTOOL) $(INSTALL) -c -m 755 @INSTALL_STRIP@
50 ++INSTALL_MAN = $(INSTALL) -c -m 644
51 +INSTALL_SCRIPT = $(INSTALL) -c -m 755
52
53 #