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.

39 lines
2.1 KiB

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