wok diff ncurses-dev/receipt @ rev 21619

gcc83-lib-base: revert to gcc-lib-base post install
Previous post-install rules don't work for me producing error:
error: C compiler cannot create executables
on the another plain build when I previously used gcc83 & gcc83-lib-base to compile my other package
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 25 14:09:45 2019 +0300 (2019-05-25)
parents 94ece03c2cb1
children a7abacf75d6d
line diff
     1.1 --- a/ncurses-dev/receipt	Sat May 04 11:23:56 2019 +0100
     1.2 +++ b/ncurses-dev/receipt	Sat May 25 14:09:45 2019 +0300
     1.3 @@ -23,6 +23,6 @@
     1.4  	cp -a $install/lib/*.a			$fs/lib
     1.5  	# Use include file from ncursesw-dev
     1.6  	#cp -a $install/usr/include $fs/usr
     1.7 -	cp $install/usr/bin/ncurses5-config	$fs/usr/bin
     1.8 +	cp $install/usr/bin/ncurses6-config	$fs/usr/bin
     1.9  #	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.10  }