From fa12c513501ca41bd34f175b4e33d577bfb4eeed Mon Sep 17 00:00:00 2001 From: Benjamin Schieder Date: Mon, 5 Apr 2004 20:27:05 +0000 Subject: [PATCH] Benjamin Schieder: Sanitize termcap's config.in [2004030312021101266] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2636 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/base/termcap/config.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/base/termcap/config.in b/package/base/termcap/config.in index b07db29ea..b1fef57b6 100644 --- a/package/base/termcap/config.in +++ b/package/base/termcap/config.in @@ -20,8 +20,6 @@ # # --- ROCK-COPYRIGHT-NOTE-END --- -if pkgcheck termcap X -then menu_begin MENU_PKG_TERMCAP 'Termcap (obsoleted by [n]curses)' bool 'Build and use termcap library' ROCKCFG_PKG_TERMCAP_USEIT 0 @@ -32,7 +30,9 @@ then if [ "$ROCKCFG_PKG_TERMCAP_USETERMUTILS" = 1 ] ; then pkgenable termutils fi + else + pkdisable termcap termutils + ROCKCFG_PKG_TERMCAP_USETERMUTILS=0 fi menu_end -fi