]> git.pld-linux.org Git - packages/cups.git/blob - cups-man_pages_linking.patch
- up to 1.3.9
[packages/cups.git] / cups-man_pages_linking.patch
1 --- cups-1.2rc1/man/Makefile.wiget      2006-04-05 12:06:41.000000000 +0200
2 +++ cups-1.2rc1/man/Makefile    2006-04-05 12:07:50.000000000 +0200
3 @@ -123,9 +123,9 @@
4                 $(INSTALL_MAN) $$file $(AMANDIR)/man$(MAN8DIR); \
5         done
6         $(RM) $(AMANDIR)/man$(MAN8DIR)/reject.$(MAN8EXT)
7 -       $(LN) accept.$(MAN8EXT) $(AMANDIR)/man$(MAN8DIR)/reject.$(MAN8EXT)
8 +       echo ".so accept.$(MAN8EXT)" $(AMANDIR)/man$(MAN8DIR)/reject.$(MAN8EXT)
9         $(RM) $(AMANDIR)/man$(MAN8DIR)/cupsdisable.$(MAN8EXT)
10 -       $(LN) cupsenable.$(MAN8EXT) $(AMANDIR)/man$(MAN8DIR)/cupsdisable.$(MAN8EXT)
11 +       echo ".so cupsenable.$(MAN8EXT)" $(AMANDIR)/man$(MAN8DIR)/cupsdisable.$(MAN8EXT)
12  
13  
14  #
This page took 0.028249 seconds and 3 git commands to generate.