﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
200	ncurses overwrites its configuration program	tobias	clfs-commits@…	"If ncurses is configured with --enable-widec, the configuration program will be called ""ncursesw5-config"". In multilib builds it's taken care of, but following line, which is stated in 10.20 (ncurses-5.7) overwrites ncursesw5-config with a link to ncurses5-config that doesn't exist:


ln -sfv ncurses5-config /usr/bin/ncursesw5-config


Fix is simple: change arguments :)


ln -sfv ncursesw5-config /usr/bin/ncurses5-config
"	defect	closed	major		BOOK	CLFS Standard GIT	fixed	ncurses config	
