blob: c1b10bc9ba002fc500c5e87d6a20ada20d187a0a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.3 2006/05/23 09:37:46 adam Exp $
--- src/unixinst.mak.orig 2006-03-13 17:18:19.000000000 +0100
+++ src/unixinst.mak
@@ -148,7 +148,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) ) ;\
|