blob: 5df80803340740c2b7ec3aaa6ad86f30969bcfd8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.1.1.1 2002/09/13 05:43:28 jlam Exp $
--- src/unixinst.mak.orig Thu Apr 18 18:10:40 2002
+++ src/unixinst.mak
@@ -133,7 +133,7 @@ install-man: $(PSMANDIR)/gs.1
ln -s ps2pdf.$(man1ext) $$f.$(man1ext) ) ;\
done ;\
fi ;\
- if ( test -f $$man1dir/ps2ps.$(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) ) ;\
|