X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=misc%2Frun_tic.in;h=b335b48e2a0dc578eade0dfea7eb9c727b84ee32;hp=ef2e26518726ea0cf3be5960424a07a580613ab6;hb=2ba352d86b57bddd1dd2a6e20892f380c34180b7;hpb=b5be26931d6488adcb1ff8bc07df9de378ce0d27 diff --git a/misc/run_tic.in b/misc/run_tic.in index ef2e2651..b335b48e 100644 --- a/misc/run_tic.in +++ b/misc/run_tic.in @@ -1,7 +1,8 @@ #!@SHELL@ -# $Id: run_tic.in,v 1.35 2017/10/24 00:16:22 tom Exp $ +# $Id: run_tic.in,v 1.38 2020/02/15 15:30:53 tom Exp $ ############################################################################## -# Copyright (c) 1998-2012,2017 Free Software Foundation, Inc. # +# Copyright 2019,2020 Thomas E. Dickey # +# Copyright 2000-2012,2017 Free Software Foundation, Inc. # # # # Permission is hereby granted, free of charge, to any person obtaining a # # copy of this software and associated documentation files (the "Software"), # @@ -50,7 +51,7 @@ echo "** Building terminfo database, please wait..." : ${srcdir:=@srcdir@} : ${datarootdir:=@datarootdir@} : ${datadir:=@datadir@} -: ${TIC_PATH:=@TIC_PATH@} +: ${TIC_PATH:=@TIC@} : ${ticdir:=@TERMINFO@} : ${source:=@TERMINFO_SRC@} : ${LN_S:="@LN_S@"} @@ -144,6 +145,7 @@ Running $TIC_PATH to install $TERMINFO ... document, and install the terminfo without the -x option. EOF +$TIC_PATH -V if ( $TIC_PATH -x -s -o "$TERMINFO" $source ) then echo "** built new $TERMINFO" @@ -163,6 +165,7 @@ Running $TIC_PATH to install $TERMINFO ... document, and install the terminfo without the -x option. EOF +$TIC_PATH -V if ( $TIC_PATH -s -o "$TERMINFO" $source ) then echo "** built new $TERMINFO"