diff options
author | tron <tron> | 2000-11-08 21:57:19 +0000 |
---|---|---|
committer | tron <tron> | 2000-11-08 21:57:19 +0000 |
commit | 3a4410196ce6fd4e456e2b0fdf54edb61d90aab0 (patch) | |
tree | e84e3e897cecdd8a5312500d53b3ef790cb34dc5 /graphics | |
parent | 5dc236703b01c7151b24c5c3bbda97550a8c14bf (diff) | |
download | pkgsrc-3a4410196ce6fd4e456e2b0fdf54edb61d90aab0.tar.gz |
Fix typo in last commit.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/urt/files/patch-sum | 4 | ||||
-rw-r--r-- | graphics/urt/patches/patch-ac | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/urt/files/patch-sum b/graphics/urt/files/patch-sum index 0260b553454..330678f4ca7 100644 --- a/graphics/urt/files/patch-sum +++ b/graphics/urt/files/patch-sum @@ -1,8 +1,8 @@ -$NetBSD: patch-sum,v 1.6 2000/11/08 21:55:21 tron Exp $ +$NetBSD: patch-sum,v 1.7 2000/11/08 21:57:19 tron Exp $ MD5 (patch-aa) = 8b2f54cfb35b04cd5dddf6b2fe855820 MD5 (patch-ab) = d452d364f338abd9b93ba68063252f63 -MD5 (patch-ac) = 63c3e5beda77c082464168c53a614b2e +MD5 (patch-ac) = 3db78380267e5d9bb36a3a50a5df7425 MD5 (patch-ad) = 2f8c2c83daf3d6a7384c34b0adefdc91 MD5 (patch-ae) = 33182ea6068e3b0307ed7e7604a87df3 MD5 (patch-af) = d10f232bd3d6d1cae311fbb34032a57b 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 + + |