Don't always overwrite keyring package option on debian or emedebian mode.

This commit is contained in:
Daniel Baumann 2009-03-24 22:37:34 +01:00
parent 1457161934
commit 3f42bba0c7
1 changed files with 2 additions and 2 deletions

View File

@ -379,11 +379,11 @@ Set_defaults ()
# Setting keyring packages
case "${LH_MODE}" in
debian|debian-release)
LH_KEYRING_PACKAGES="debian-archive-keyring"
LH_KEYRING_PACKAGES="${LH_KEYRING_PACKAGES:-debian-archive-keyring}"
;;
emdebian)
LH_KEYRING_PACKAGES="debian-archive-keyring"
LH_KEYRING_PACKAGES="${LH_kEYRING_PACKAGES:-debian-archive-keyring}"
;;
esac