blob: c4c56f1ff9b6b3fb8ed4c0ce94e1f6d899c22bbf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.2 2006/01/22 08:18:49 adam Exp $
--- src/unixinst.mak.orig 2005-06-29 16:21:27.000000000 +0200
+++ src/unixinst.mak
@@ -152,7 +152,7 @@ install-man: $(PSMANDIR)/gs.1
ln -s ps2pdf.$(man1ext) $$f.$(man1ext) ) ;\
done ;\
fi ;\
- if ( test -f $$man1dir/ps2lp.$(man1ext) ) ;\
+ if ( test -f $$man1dir/gslp.$(man1ext) ) ;\
then for f in $(MAN1_LINKS_GSLP) ;\
do ( cd $$man1dir; rm -f $$f.$(man1ext) ;\
ln -s gslp.$(man1ext) $$f.$(man1ext) ) ;\
|