summaryrefslogtreecommitdiff
path: root/devel/ncurses/patches/patch-ac
blob: 23d7ef956b02a3613c40aabd930e822eef2a6d42 (plain)
1
2
3
4
5
6
7
8
9
10
--- misc/run_tic.sh.orig	Sun Dec  1 00:10:08 1996
+++ misc/run_tic.sh	Sun Jun 21 00:19:09 1998
@@ -109,6 +109,7 @@
 # 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
 # of options for 'test'.
+exit 0 # don't do this
 if test "$TICDIR" != "$TERMINFO" ; then
 	( rm -f $TICDIR 2>/dev/null )
 	if ( cd $TICDIR 2>/dev/null )