fecfdf
diff -up cups-1.5.3/Makedefs.in.0755 cups-1.5.3/Makedefs.in
fecfdf
--- cups-1.5.3/Makedefs.in.0755	2012-05-15 16:51:31.000000000 +0200
fecfdf
+++ cups-1.5.3/Makedefs.in	2012-05-15 16:52:59.246906315 +0200
fecfdf
@@ -41,14 +41,14 @@ SHELL		=	/bin/sh
Tim Waugh 47929d
 # Installation programs...
Tim Waugh 47929d
 #
Tim Waugh 47929d
 
Tim Waugh 47929d
-INSTALL_BIN	=	$(LIBTOOL) $(INSTALL) -c -m 555 @INSTALL_STRIP@
Tim Waugh 47929d
+INSTALL_BIN	=	$(LIBTOOL) $(INSTALL) -c -m 755 @INSTALL_STRIP@
Tim Waugh 47929d
 INSTALL_CONFIG	=	$(INSTALL) -c -m @CUPS_CONFIG_FILE_PERM@
fecfdf
 INSTALL_COMPDATA =	$(INSTALL) -c -m 444 @INSTALL_GZIP@
Tim Waugh 47929d
 INSTALL_DATA	=	$(INSTALL) -c -m 444
Tim Waugh 47929d
 INSTALL_DIR	=	$(INSTALL) -d
Tim Waugh 47929d
-INSTALL_LIB	=	$(LIBTOOL) $(INSTALL) -c -m 555 @INSTALL_STRIP@
Tim Waugh 47929d
+INSTALL_LIB	=	$(LIBTOOL) $(INSTALL) -c -m 755 @INSTALL_STRIP@
Tim Waugh 47929d
 INSTALL_MAN	=	$(INSTALL) -c -m 444
Tim Waugh 47929d
-INSTALL_SCRIPT	=	$(INSTALL) -c -m 555
Tim Waugh 47929d
+INSTALL_SCRIPT	=	$(INSTALL) -c -m 755
Tim Waugh 47929d
 
Tim Waugh 47929d
 #
Tim Waugh 47929d
 # Default user, group, and system groups for the scheduler...
fecfdf
diff -up cups-1.5.3/scheduler/Makefile.0755 cups-1.5.3/scheduler/Makefile
fecfdf
--- cups-1.5.3/scheduler/Makefile.0755	2011-05-12 00:17:34.000000000 +0200
fecfdf
+++ cups-1.5.3/scheduler/Makefile	2012-05-15 16:51:31.703516547 +0200
4743e1
@@ -213,7 +213,7 @@ install-data:
Tim Waugh e8bdc9
 install-exec:
Tim Waugh e8bdc9
 	echo Installing programs in $(SBINDIR)...
Tim Waugh e8bdc9
 	$(INSTALL_DIR) -m 755 $(SBINDIR)
Tim Waugh e8bdc9
-	$(INSTALL_BIN) -m 500 cupsd $(SBINDIR)
Tim Waugh e8bdc9
+	$(INSTALL_BIN) -m 755 cupsd $(SBINDIR)
Tim Waugh e8bdc9
 	$(INSTALL_BIN) cupsfilter $(SBINDIR)
Tim Waugh e8bdc9
 	-if test "x`uname`" = xDarwin; then \
Tim Waugh e8bdc9
 		$(INSTALL_DIR) $(BUILDROOT)/System/Library/Printers/Libraries; \