Correcting typo in emdebian keyring packages variable (Closes: #593346).

This commit is contained in:
Daniel Baumann 2010-08-18 14:16:56 +02:00
parent 05af663689
commit 45e1f443ac
1 changed files with 1 additions and 1 deletions

View File

@ -480,7 +480,7 @@ Set_defaults ()
;;
emdebian)
LH_KEYRING_PACKAGES="${LH_kEYRING_PACKAGES:-debian-archive-keyring}"
LH_KEYRING_PACKAGES="${LH_KEYRING_PACKAGES:-debian-archive-keyring}"
;;
ubuntu)