View | Details | Raw Unified | Return to bug 25086
Collapse All | Expand All

(-)cups-1.4.5/Makedefs.in.0755 (-3 / +3 lines)
Lines 41-53 SHELL = /bin/sh Link Here
41
# Installation programs...
41
# Installation programs...
42
#
42
#
43
43
44
INSTALL_BIN	=	$(LIBTOOL) $(INSTALL) -c -m 555 @INSTALL_STRIP@
44
INSTALL_BIN	=	$(LIBTOOL) $(INSTALL) -c -m 755 @INSTALL_STRIP@
45
INSTALL_CONFIG	=	$(INSTALL) -c -m @CUPS_CONFIG_FILE_PERM@
45
INSTALL_CONFIG	=	$(INSTALL) -c -m @CUPS_CONFIG_FILE_PERM@
46
INSTALL_DATA	=	$(INSTALL) -c -m 444
46
INSTALL_DATA	=	$(INSTALL) -c -m 444
47
INSTALL_DIR	=	$(INSTALL) -d
47
INSTALL_DIR	=	$(INSTALL) -d
48
INSTALL_LIB	=	$(LIBTOOL) $(INSTALL) -c -m 555 @INSTALL_STRIP@
48
INSTALL_LIB	=	$(LIBTOOL) $(INSTALL) -c -m 755 @INSTALL_STRIP@
49
INSTALL_MAN	=	$(INSTALL) -c -m 444
49
INSTALL_MAN	=	$(INSTALL) -c -m 444
50
INSTALL_SCRIPT	=	$(INSTALL) -c -m 555
50
INSTALL_SCRIPT	=	$(INSTALL) -c -m 755
51
51
52
#
52
#
53
# Default user, group, and system groups for the scheduler...
53
# Default user, group, and system groups for the scheduler...
(-)cups-1.4.5/scheduler/Makefile.0755 (-1 / +1 lines)
Lines 174-180 install-data: Link Here
174
install-exec:
174
install-exec:
175
	echo Installing programs in $(SBINDIR)...
175
	echo Installing programs in $(SBINDIR)...
176
	$(INSTALL_DIR) -m 755 $(SBINDIR)
176
	$(INSTALL_DIR) -m 755 $(SBINDIR)
177
	$(INSTALL_BIN) -m 500 cupsd $(SBINDIR)
177
	$(INSTALL_BIN) -m 755 cupsd $(SBINDIR)
178
	$(INSTALL_BIN) cupsfilter $(SBINDIR)
178
	$(INSTALL_BIN) cupsfilter $(SBINDIR)
179
	-if test "x`uname`" = xDarwin; then \
179
	-if test "x`uname`" = xDarwin; then \
180
		$(INSTALL_DIR) $(BUILDROOT)/System/Library/Printers/Libraries; \
180
		$(INSTALL_DIR) $(BUILDROOT)/System/Library/Printers/Libraries; \

Return to bug 25086