blob: 9cd5eb6436bad308d870e14d6ffb0d3ba692f6ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-aa,v 1.11 2000/10/15 04:50:11 jlam Exp $
--- misc/run_tic.in.orig Mon Oct 9 18:57:35 2000
+++ misc/run_tic.in
@@ -113,6 +113,9 @@
exit 1
fi
+# For NetBSD pkgsrc, don't bother with setting a symbolic link.
+exit 0
+
# Make a symbolic link to provide compatibility with applications that expect
# to find terminfo under /usr/lib. That is, we'll _try_ to do that. Not
# all systems support symbolic links, and those that do provide a variety
|