From c3781d504a484568274ba6242b9ddc45020ff9fb Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Fri, 27 Jun 2008 21:22:35 +0300 Subject: [PATCH] modules: changed FOOTPRINT to not set the deprecated TERMCAP config options --- pkgsel/Base/FOOTPRINT.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgsel/Base/FOOTPRINT.conf b/pkgsel/Base/FOOTPRINT.conf index dbf123e..55882d3 100644 --- a/pkgsel/Base/FOOTPRINT.conf +++ b/pkgsel/Base/FOOTPRINT.conf @@ -24,10 +24,6 @@ case "$2" in ;; esac -if [ "$2" == "embedded" ]; then - x="$x PKG_TERMCAP_USEIT=1 PKG_TERMCAP_USETERMUTILS=1" -fi - for y in $x; do eval SDECFGSET_$y done