From c2e8e20d491ae0d96ad3794717c70ea5e2b629e3 Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 8 Nov 2000 21:57:19 +0000 Subject: Fix typo in last commit. --- graphics/urt/files/patch-sum | 4 ++-- graphics/urt/patches/patch-ac | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'graphics/urt') 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 + + -- cgit v1.2.3