e8bdc9f
diff -up cups-1.4.5/Makedefs.in.0755 cups-1.4.5/Makedefs.in
e8bdc9f
--- cups-1.4.5/Makedefs.in.0755	2010-12-06 17:19:03.335315249 +0000
e8bdc9f
+++ cups-1.4.5/Makedefs.in	2010-12-06 17:19:03.416307263 +0000
47929d6
@@ -41,13 +41,13 @@ SHELL		=	/bin/sh
47929d6
 # Installation programs...
47929d6
 #
47929d6
 
47929d6
-INSTALL_BIN	=	$(LIBTOOL) $(INSTALL) -c -m 555 @INSTALL_STRIP@
47929d6
+INSTALL_BIN	=	$(LIBTOOL) $(INSTALL) -c -m 755 @INSTALL_STRIP@
47929d6
 INSTALL_CONFIG	=	$(INSTALL) -c -m @CUPS_CONFIG_FILE_PERM@
47929d6
 INSTALL_DATA	=	$(INSTALL) -c -m 444
47929d6
 INSTALL_DIR	=	$(INSTALL) -d
47929d6
-INSTALL_LIB	=	$(LIBTOOL) $(INSTALL) -c -m 555 @INSTALL_STRIP@
47929d6
+INSTALL_LIB	=	$(LIBTOOL) $(INSTALL) -c -m 755 @INSTALL_STRIP@
47929d6
 INSTALL_MAN	=	$(INSTALL) -c -m 444
47929d6
-INSTALL_SCRIPT	=	$(INSTALL) -c -m 555
47929d6
+INSTALL_SCRIPT	=	$(INSTALL) -c -m 755
47929d6
 
47929d6
 #
47929d6
 # Default user, group, and system groups for the scheduler...
e8bdc9f
diff -up cups-1.4.5/scheduler/Makefile.0755 cups-1.4.5/scheduler/Makefile
e8bdc9f
--- cups-1.4.5/scheduler/Makefile.0755	2010-12-06 17:28:58.562552167 +0000
e8bdc9f
+++ cups-1.4.5/scheduler/Makefile	2010-12-06 17:29:07.087756415 +0000
e8bdc9f
@@ -174,7 +174,7 @@ install-data:
e8bdc9f
 install-exec:
e8bdc9f
 	echo Installing programs in $(SBINDIR)...
e8bdc9f
 	$(INSTALL_DIR) -m 755 $(SBINDIR)
e8bdc9f
-	$(INSTALL_BIN) -m 500 cupsd $(SBINDIR)
e8bdc9f
+	$(INSTALL_BIN) -m 755 cupsd $(SBINDIR)
e8bdc9f
 	$(INSTALL_BIN) cupsfilter $(SBINDIR)
e8bdc9f
 	-if test "x`uname`" = xDarwin; then \
e8bdc9f
 		$(INSTALL_DIR) $(BUILDROOT)/System/Library/Printers/Libraries; \