X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=misc%2Frun_tic.sh;h=a5170773b09c1d63e57d79d19b0680b2b76250ad;hp=9ac65b4d77145ca0ac336b09b7df9e28dbe1ba31;hb=refs%2Ftags%2Fv5.0;hpb=661078ddbde3ce0f3b06e95642fbb9b5fef7dca1 diff --git a/misc/run_tic.sh b/misc/run_tic.sh index 9ac65b4d..a5170773 100755 --- a/misc/run_tic.sh +++ b/misc/run_tic.sh @@ -29,7 +29,7 @@ # # Author: Thomas E. Dickey 1996 # -# $Id: run_tic.sh,v 1.9 1998/02/11 12:13:50 tom Exp $ +# $Id: run_tic.sh,v 1.10 1998/05/31 00:29:34 mooney Exp $ # This script is used to install terminfo.src using tic. We use a script # because the path checking is too awkward to do in a makefile. # @@ -84,6 +84,16 @@ case "$PATH" in *) PATH=../progs:$IP$bindir:$PATH ;; esac export PATH + +# +# set another env var that doesn't get reset when `shlib' runs, so `shlib' uses +# the PATH we just set. +# +NEWPATH=$PATH +export NEWPATH +PROG_BIN_DIR=$IP$bindir +export PROG_BIN_DIR + TERMINFO=$IP$ticdir ; export TERMINFO umask 022