From 5593fa7e7575b6e8578ae9d4e1ac0b60c7a20609 Mon Sep 17 00:00:00 2001 From: Rene Rebe Date: Tue, 26 Aug 2003 19:05:00 +0000 Subject: [PATCH] a missing file from cliff ... git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1199 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- scripts/config.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/config.in b/scripts/config.in index 371f05483..5cb19510d 100644 --- a/scripts/config.in +++ b/scripts/config.in @@ -220,6 +220,11 @@ expert_begin comment ' ' comment '- Additional Package Selection' block_begin 3 + choice ROCKCFG_PKGSEL_TPL none none 'No package preselection template' \ + $( cd misc/pkgsel; grep -H "^# TITLE: " *.in | tr ' ' '_' | sed 's,\.in:#_TITLE:_, ,' ) + if [ -f misc/pkgsel/${ROCKCFG_PKGSEL_TPL}.in ]; then + . misc/pkgsel/${ROCKCFG_PKGSEL_TPL}.in + fi bool 'Custom package selection' ROCKCFG_PKGSEL 0 if [ "$ROCKCFG_PKGSEL" = 1 ] ; then block_begin 3