diff options
author | tron <tron> | 2000-11-08 21:57:19 +0000 |
---|---|---|
committer | tron <tron> | 2000-11-08 21:57:19 +0000 |
commit | c2e8e20d491ae0d96ad3794717c70ea5e2b629e3 (patch) | |
tree | e84e3e897cecdd8a5312500d53b3ef790cb34dc5 /graphics/urt/patches | |
parent | c1ecfa37f90e3c7c6e47233c27cff6869d4ac0b8 (diff) | |
download | pkgsrc-c2e8e20d491ae0d96ad3794717c70ea5e2b629e3.tar.gz |
Fix typo in last commit.
Diffstat (limited to 'graphics/urt/patches')
-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 + + |