diff options
Diffstat (limited to 'graphics/urt/patches/patch-ac')
-rw-r--r-- | graphics/urt/patches/patch-ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/urt/patches/patch-ac b/graphics/urt/patches/patch-ac index 02ebbf4a873..1c0bf97ee6d 100644 --- a/graphics/urt/patches/patch-ac +++ b/graphics/urt/patches/patch-ac @@ -1,4 +1,4 @@ -$NetBSD: patch-ac,v 1.2 2000/11/08 21:55:22 tron Exp $ +$NetBSD: patch-ac,v 1.3 2000/11/08 21:57:20 tron Exp $ Extensive hacking around - instead of installing manual pages which simply source other man pages, make a symbolic link to the target. @@ -74,7 +74,7 @@ simply source other man pages, make a symbolic link to the target. + dpgm=`echo $$i | sed -e 's|.*/||'` ; \ + tgt=`awk '/^\.so/ { print \$$2; exit}' < \$$i`; \ + echo "ln -fs ../$$tgt ${DEST5}/$$dpgm"; \ -+ ln -fs .../$$tgt ${DEST5}/$$dpgm; \ ++ ln -fs ../$$tgt ${DEST5}/$$dpgm; \ + done + + |