OpenSDE Packages Database (without history before r20070)
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.

38 lines
1.8 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../hplip/initfile.patch
  5. # Copyright (C) 2005 - 2006 The T2 SDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. --- hplip/Makefile.am.orig 2005-11-18 22:28:51.000000000 +0100
  17. +++ hplip/Makefile.am 2005-12-11 14:08:30.000000000 +0100
  18. @@ -237,7 +237,7 @@
  19. $(INSTALL_DATA) $(DESTDIR)$(hplipdir)/$(PACKAGE).conf $(DESTDIR)/etc/hp; \
  20. if [ -d $(DESTDIR)/etc/init.d ]; then \
  21. $(INSTALL_SCRIPT) $(DESTDIR)$(hplipdir)/$(PACKAGE) $(DESTDIR)/etc/init.d; \
  22. - if [ "$(DESTDIR)" = "" ]; then \
  23. + if [ 0 -eq 1 -a "$(DESTDIR)" = "" ]; then \
  24. if [ "$(INSTALLINITD)" != "" ]; then \
  25. $(INSTALLINITD) $(PACKAGE); \
  26. else \
  27. --- hplip/Makefile.in.orig 2005-12-11 14:14:56.000000000 +0100
  28. +++ hplip/Makefile.in 2005-12-11 14:27:42.000000000 +0100
  29. @@ -1969,7 +1969,7 @@
  30. $(INSTALL_DATA) $(DESTDIR)$(hplipdir)/$(PACKAGE).conf $(DESTDIR)/etc/hp; \
  31. if [ -d $(DESTDIR)/etc/init.d ]; then \
  32. $(INSTALL_SCRIPT) $(DESTDIR)$(hplipdir)/$(PACKAGE) $(DESTDIR)/etc/init.d; \
  33. - if [ "$(DESTDIR)" = "" ]; then \
  34. + if [ 0 -eq 1 -a "$(DESTDIR)" = "" ]; then \
  35. if [ "$(INSTALLINITD)" != "" ]; then \
  36. $(INSTALLINITD) $(PACKAGE); \
  37. else \