2006-08-30 15:01:38 +00:00
|
|
|
--- cups-1.2.3/Makefile.noinit 2006-08-29 16:51:19.000000000 +0100
|
|
|
|
+++ cups-1.2.3/Makefile 2006-08-30 15:46:36.000000000 +0100
|
|
|
|
@@ -99,36 +99,6 @@
|
2004-09-09 04:00:59 +00:00
|
|
|
echo Installing cups-config script...
|
2006-03-17 12:10:57 +00:00
|
|
|
$(INSTALL_DIR) -m 755 $(BINDIR)
|
2004-09-09 04:00:59 +00:00
|
|
|
$(INSTALL_SCRIPT) cups-config $(BINDIR)/cups-config
|
2006-03-23 12:33:25 +00:00
|
|
|
- if test "x$(INITDIR)" != x; then \
|
2006-05-20 16:35:12 +00:00
|
|
|
- echo Installing init scripts...; \
|
2006-03-17 12:10:57 +00:00
|
|
|
- $(INSTALL_DIR) -m 755 $(BUILDROOT)$(INITDIR)/init.d; \
|
|
|
|
- $(INSTALL_SCRIPT) init/cups.sh $(BUILDROOT)$(INITDIR)/init.d/cups; \
|
|
|
|
- $(INSTALL_DIR) -m 755 $(BUILDROOT)$(INITDIR)/rc0.d; \
|
|
|
|
- $(INSTALL_SCRIPT) init/cups.sh $(BUILDROOT)$(INITDIR)/rc0.d/K00cups; \
|
|
|
|
- $(INSTALL_DIR) -m 755 $(BUILDROOT)$(INITDIR)/rc2.d; \
|
|
|
|
- $(INSTALL_SCRIPT) init/cups.sh $(BUILDROOT)$(INITDIR)/rc2.d/S99cups; \
|
|
|
|
- $(INSTALL_DIR) -m 755 $(BUILDROOT)$(INITDIR)/rc3.d; \
|
|
|
|
- $(INSTALL_SCRIPT) init/cups.sh $(BUILDROOT)$(INITDIR)/rc3.d/S99cups; \
|
|
|
|
- $(INSTALL_DIR) -m 755 $(BUILDROOT)$(INITDIR)/rc5.d; \
|
|
|
|
- $(INSTALL_SCRIPT) init/cups.sh $(BUILDROOT)$(INITDIR)/rc5.d/S99cups; \
|
2004-09-09 04:00:59 +00:00
|
|
|
- fi
|
2006-03-23 12:33:25 +00:00
|
|
|
- if test "x$(INITDIR)" = x -a "x$(INITDDIR)" != x; then \
|
2004-09-09 04:00:59 +00:00
|
|
|
- $(INSTALL_DIR) $(BUILDROOT)$(INITDDIR); \
|
|
|
|
- if test "$(INITDDIR)" = "/System/Library/StartupItems/PrintingServices"; then \
|
2006-05-20 16:35:12 +00:00
|
|
|
- echo Installing StartupItems files...; \
|
2006-03-17 12:10:57 +00:00
|
|
|
- $(INSTALL_SCRIPT) init/PrintingServices $(BUILDROOT)$(INITDDIR)/PrintingServices; \
|
|
|
|
- $(INSTALL_DATA) init/StartupParameters.plist $(BUILDROOT)$(INITDDIR)/StartupParameters.plist; \
|
|
|
|
- $(INSTALL_DIR) -m 755 $(BUILDROOT)$(INITDDIR)/Resources/English.lproj; \
|
|
|
|
- $(INSTALL_DATA) init/Localizable.strings $(BUILDROOT)$(INITDDIR)/Resources/English.lproj/Localizable.strings; \
|
|
|
|
- elif test "$(INITDDIR)" = "/System/Library/LaunchDaemons"; then \
|
2006-08-30 15:01:38 +00:00
|
|
|
- echo Installing LaunchDaemons configuration files...; \
|
2006-03-17 12:10:57 +00:00
|
|
|
- $(INSTALL_DATA) init/org.cups.cupsd.plist $(BUILDROOT)$(DEFAULT_LAUNCHD_CONF); \
|
2006-08-30 15:01:38 +00:00
|
|
|
- $(INSTALL_DATA) init/org.cups.cups-lpd.plist $(BUILDROOT)/System/Library/LaunchDaemons; \
|
2004-09-09 04:00:59 +00:00
|
|
|
- else \
|
2006-05-20 16:35:12 +00:00
|
|
|
- echo Installing RC script...; \
|
2006-03-17 12:10:57 +00:00
|
|
|
- $(INSTALL_SCRIPT) init/cups.sh $(BUILDROOT)$(INITDDIR)/cups; \
|
2004-09-09 04:00:59 +00:00
|
|
|
- fi \
|
|
|
|
- fi
|
2006-03-23 12:33:25 +00:00
|
|
|
if test "x$(DBUSDIR)" != x; then \
|
2006-03-17 12:10:57 +00:00
|
|
|
echo Installing cups.conf in $(DBUSDIR)...;\
|
|
|
|
$(INSTALL_DIR) -m 755 $(BUILDROOT)$(DBUSDIR); \
|