wok diff ncurses/receipt @ rev 23179

updated mgetty and mgetty-voicetools (1.1.37 -> 1.2.1)
author Hans-G?nter Theisgen
date Thu Mar 19 13:45:58 2020 +0100 (2020-03-19)
parents 94ece03c2cb1
children a7abacf75d6d
line diff
     1.1 --- a/ncurses/receipt	Sat May 04 11:23:56 2019 +0100
     1.2 +++ b/ncurses/receipt	Thu Mar 19 13:45:58 2020 +0100
     1.3 @@ -27,7 +27,8 @@
     1.4  	#** Building terminfo database, please wait...
     1.5  	#Running /usr/bin/tic to install /home/slitaz/wok/ncurses/install/usr/share/terminfo
     1.6  	#
     1.7 -	if [ ! -d "/var/lib/tazpkg/installed/ncursesw-extra" ]; then
     1.8 +	if [ ! -d "/var/lib/tazpkg/installed/ncursesw-extra" ]
     1.9 +	  then
    1.10  		echo "Installing: ncursesw-extra"
    1.11  		tazpkg get-install ncursesw-extra 2>/dev/null 1>/dev/null
    1.12  	fi
    1.13 @@ -49,6 +50,9 @@
    1.14  		--with-ticlib				\
    1.15  		--enable-pc-files			\
    1.16  		$CONFIGURE_ARGS &&
    1.17 +	# 6.1
    1.18 +	sed -i '185s|TICDIR "!= |TICDIR " != |'		\
    1.19 +		misc/run_tic.sh &&
    1.20  	make &&
    1.21  	make install
    1.22  }