mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
1.9 KiB

  1. --- cups-1.2.0/Makefile~ 2006-05-10 20:33:34.000000000 +0200
  2. +++ cups-1.2.0/Makefile 2006-05-10 20:38:40.000000000 +0200
  3. @@ -100,31 +100,6 @@
  4. $(INSTALL_DIR) -m 755 $(BINDIR)
  5. $(INSTALL_SCRIPT) cups-config $(BINDIR)/cups-config
  6. echo Installing startup script...
  7. - if test "x$(INITDIR)" != x; then \
  8. - $(INSTALL_DIR) -m 755 $(BUILDROOT)$(INITDIR)/init.d; \
  9. - $(INSTALL_SCRIPT) init/cups.sh $(BUILDROOT)$(INITDIR)/init.d/cups; \
  10. - $(INSTALL_DIR) -m 755 $(BUILDROOT)$(INITDIR)/rc0.d; \
  11. - $(INSTALL_SCRIPT) init/cups.sh $(BUILDROOT)$(INITDIR)/rc0.d/K00cups; \
  12. - $(INSTALL_DIR) -m 755 $(BUILDROOT)$(INITDIR)/rc2.d; \
  13. - $(INSTALL_SCRIPT) init/cups.sh $(BUILDROOT)$(INITDIR)/rc2.d/S99cups; \
  14. - $(INSTALL_DIR) -m 755 $(BUILDROOT)$(INITDIR)/rc3.d; \
  15. - $(INSTALL_SCRIPT) init/cups.sh $(BUILDROOT)$(INITDIR)/rc3.d/S99cups; \
  16. - $(INSTALL_DIR) -m 755 $(BUILDROOT)$(INITDIR)/rc5.d; \
  17. - $(INSTALL_SCRIPT) init/cups.sh $(BUILDROOT)$(INITDIR)/rc5.d/S99cups; \
  18. - fi
  19. - if test "x$(INITDIR)" = x -a "x$(INITDDIR)" != x; then \
  20. - $(INSTALL_DIR) $(BUILDROOT)$(INITDDIR); \
  21. - if test "$(INITDDIR)" = "/System/Library/StartupItems/PrintingServices"; then \
  22. - $(INSTALL_SCRIPT) init/PrintingServices $(BUILDROOT)$(INITDDIR)/PrintingServices; \
  23. - $(INSTALL_DATA) init/StartupParameters.plist $(BUILDROOT)$(INITDDIR)/StartupParameters.plist; \
  24. - $(INSTALL_DIR) -m 755 $(BUILDROOT)$(INITDDIR)/Resources/English.lproj; \
  25. - $(INSTALL_DATA) init/Localizable.strings $(BUILDROOT)$(INITDDIR)/Resources/English.lproj/Localizable.strings; \
  26. - elif test "$(INITDDIR)" = "/System/Library/LaunchDaemons"; then \
  27. - $(INSTALL_DATA) init/org.cups.cupsd.plist $(BUILDROOT)$(DEFAULT_LAUNCHD_CONF); \
  28. - else \
  29. - $(INSTALL_SCRIPT) init/cups.sh $(BUILDROOT)$(INITDDIR)/cups; \
  30. - fi \
  31. - fi
  32. if test "x$(DBUSDIR)" != x; then \
  33. echo Installing cups.conf in $(DBUSDIR)...;\
  34. $(INSTALL_DIR) -m 755 $(BUILDROOT)$(DBUSDIR); \