Setting LH_BOOTSTRAP_FLAVOUR only when using cdebootstrap.

This commit is contained in:
Daniel Baumann 2007-10-31 10:55:37 +01:00
parent eaadafff8e
commit beebfa63ae
1 changed files with 5 additions and 1 deletions

View File

@ -226,7 +226,11 @@ Set_defaults ()
# LH_BOOTSTRAP_CONFIG # LH_BOOTSTRAP_CONFIG
# Setting flavour value # Setting flavour value
LH_BOOTSTRAP_FLAVOUR="${LH_BOOTSTRAP_FLAVOUR:-standard}" case "${LH_BOOTSTRAP}" in
cdebootstrap)
LH_BOOTSTRAP_FLAVOUR="${LH_BOOTSTRAP_FLAVOUR:-standard}"
;;
esac
# Setting boostrap keyring # Setting boostrap keyring
# LH_BOOTSTRAP_KEYRING # LH_BOOTSTRAP_KEYRING