]> git.pld-linux.org Git - packages/cups.git/blobdiff - cups-man_pages_linking.patch
- up to 2.2.1; FC patches refresh
[packages/cups.git] / cups-man_pages_linking.patch
index b6bfc0df9288b101776a885462e9184f73f56ea5..57d497307d3d4994fc230ed982c41e7b45acbf51 100644 (file)
@@ -1,6 +1,6 @@
 --- cups-1.2rc1/man/Makefile.wiget     2006-04-05 12:06:41.000000000 +0200
 +++ cups-1.2rc1/man/Makefile   2006-04-05 12:07:50.000000000 +0200
-@@ -149,10 +149,10 @@
+@@ -140,13 +140,13 @@ install-data: all
        done
        for file in accept cupsreject reject; do \
                $(RM) $(AMANDIR)/man$(MAN8DIR)/$$file.$(MAN8EXT); \
        $(RM) $(AMANDIR)/man$(MAN8DIR)/cupsdisable.$(MAN8EXT)
 -      $(LN) cupsenable.$(MAN8EXT) $(AMANDIR)/man$(MAN8DIR)/cupsdisable.$(MAN8EXT)
 +      echo ".so cupsenable.$(MAN8EXT)" > $(AMANDIR)/man$(MAN8DIR)/cupsdisable.$(MAN8EXT)
+       for file in cups-deviced cups-driverd cups-exec; do \
+               $(RM) $(AMANDIR)/man$(MAN8DIR)/$$file.$(MAN8EXT); \
+-              $(LN) cupsd-helper.$(MAN8EXT) $(AMANDIR)/man$(MAN8DIR)/$$file.$(MAN8EXT); \
++              echo ".so cupsd-helper.$(MAN8EXT)" > $(AMANDIR)/man$(MAN8DIR)/$$file.$(MAN8EXT); \
+       done
  
  
- #
 --- cups-1.4.0/config-scripts/cups-manpages.m4~        2009-01-12 20:17:09.000000000 +0100
 +++ cups-1.4.0/config-scripts/cups-manpages.m4 2009-08-29 22:32:49.346665192 +0200
 @@ -69,10 +69,10 @@
                ;;
        Linux* | GNU* | Darwin*)
-               # Linux, GNU Hurd, and OS X
+               # Linux, GNU Hurd, and macOS
 -              MAN1EXT=1.gz
 -              MAN5EXT=5.gz
 -              MAN7EXT=7.gz
This page took 0.053371 seconds and 4 git commands to generate.