$NetBSD: patch-aa,v 1.12 2002/09/01 18:36:36 tron Exp $ --- misc/run_tic.in.orig Tue Oct 10 00:57:35 2000 +++ misc/run_tic.in Sun Sep 1 20:19:08 2002 @@ -81,7 +81,7 @@ # would generate a lot of confusing error messages if we tried to overwrite it. # We explicitly remove its contents rather than the directory itself, in case # the directory is actually a symbolic link. -( cd $TERMINFO && rm -fr ? 2>/dev/null ) +#( cd $TERMINFO && rm -fr ? 2>/dev/null ) # If we're not installing into /usr/share/, we'll have to adjust the location # of the tabset files in terminfo.src (which are in a parallel directory). @@ -112,6 +112,9 @@ echo '? tic could not build '$TERMINFO 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