Browse Source

a missing file from cliff ...

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1199 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
5593fa7e75
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      scripts/config.in

+ 5
- 0
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

|||||||
100:0
Loading…
Cancel
Save