From 9272671a4e30004d428c019235b1a2a3b2e3d61c Mon Sep 17 00:00:00 2001 From: Benjamin Schieder Date: Mon, 5 Apr 2004 20:27:18 +0000 Subject: [PATCH] Benjamin Schieder: indention cleanup for termcap's config.in [2004030312034701319] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2637 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/base/termcap/config.in | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/package/base/termcap/config.in b/package/base/termcap/config.in index b1fef57b6..12a774b2a 100644 --- a/package/base/termcap/config.in +++ b/package/base/termcap/config.in @@ -20,19 +20,19 @@ # # --- ROCK-COPYRIGHT-NOTE-END --- - menu_begin MENU_PKG_TERMCAP 'Termcap (obsoleted by [n]curses)' - bool 'Build and use termcap library' ROCKCFG_PKG_TERMCAP_USEIT 0 +menu_begin MENU_PKG_TERMCAP 'Termcap (obsoleted by [n]curses)' + bool 'Build and use termcap library' ROCKCFG_PKG_TERMCAP_USEIT 0 - if [ "$ROCKCFG_PKG_TERMCAP_USEIT" = 1 ] ; then - pkgenable termcap - bool 'Build and use termutils package' \ - ROCKCFG_PKG_TERMCAP_USETERMUTILS 0 - if [ "$ROCKCFG_PKG_TERMCAP_USETERMUTILS" = 1 ] ; then - pkgenable termutils - fi - else - pkdisable termcap termutils - ROCKCFG_PKG_TERMCAP_USETERMUTILS=0 + if [ "$ROCKCFG_PKG_TERMCAP_USEIT" = 1 ] ; then + pkgenable termcap + bool 'Build and use termutils package' \ + ROCKCFG_PKG_TERMCAP_USETERMUTILS 0 + if [ "$ROCKCFG_PKG_TERMCAP_USETERMUTILS" = 1 ] ; then + pkgenable termutils fi - menu_end + else + pkdisable termcap termutils + ROCKCFG_PKG_TERMCAP_USETERMUTILS=0 + fi +menu_end