]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - pkgs/cups/patches/cups-0755.patch
Change file layout of the makefiles.
[people/ms/ipfire-3.x.git] / pkgs / cups / patches / cups-0755.patch
1 diff -up cups-1.4.5/Makedefs.in.0755 cups-1.4.5/Makedefs.in
2 --- cups-1.4.5/Makedefs.in.0755 2010-12-06 17:19:03.335315249 +0000
3 +++ cups-1.4.5/Makedefs.in 2010-12-06 17:19:03.416307263 +0000
4 @@ -41,13 +41,13 @@ SHELL = /bin/sh
5 # Installation programs...
6 #
7
8 -INSTALL_BIN = $(LIBTOOL) $(INSTALL) -c -m 555 @INSTALL_STRIP@
9 +INSTALL_BIN = $(LIBTOOL) $(INSTALL) -c -m 755 @INSTALL_STRIP@
10 INSTALL_CONFIG = $(INSTALL) -c -m @CUPS_CONFIG_FILE_PERM@
11 INSTALL_DATA = $(INSTALL) -c -m 444
12 INSTALL_DIR = $(INSTALL) -d
13 -INSTALL_LIB = $(LIBTOOL) $(INSTALL) -c -m 555 @INSTALL_STRIP@
14 +INSTALL_LIB = $(LIBTOOL) $(INSTALL) -c -m 755 @INSTALL_STRIP@
15 INSTALL_MAN = $(INSTALL) -c -m 444
16 -INSTALL_SCRIPT = $(INSTALL) -c -m 555
17 +INSTALL_SCRIPT = $(INSTALL) -c -m 755
18
19 #
20 # Default user, group, and system groups for the scheduler...
21 diff -up cups-1.4.5/scheduler/Makefile.0755 cups-1.4.5/scheduler/Makefile
22 --- cups-1.4.5/scheduler/Makefile.0755 2010-12-06 17:28:58.562552167 +0000
23 +++ cups-1.4.5/scheduler/Makefile 2010-12-06 17:29:07.087756415 +0000
24 @@ -174,7 +174,7 @@ install-data:
25 install-exec:
26 echo Installing programs in $(SBINDIR)...
27 $(INSTALL_DIR) -m 755 $(SBINDIR)
28 - $(INSTALL_BIN) -m 500 cupsd $(SBINDIR)
29 + $(INSTALL_BIN) -m 755 cupsd $(SBINDIR)
30 $(INSTALL_BIN) cupsfilter $(SBINDIR)
31 -if test "x`uname`" = xDarwin; then \
32 $(INSTALL_DIR) $(BUILDROOT)/System/Library/Printers/Libraries; \