Trent W. Buck wrote: > emdebian) > > LH_KEYRING_PACKAGES="${LH_kEYRING_PACKAGES:-debian-archive-keyring}"
Worse, the "k" there is lowercase, so attempting to fix this user-side fails! Here is a patch. diff --git a/functions/defaults.sh b/functions/defaults.sh index 8e62e5c..4a4516f 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -480,7 +480,7 @@ Set_defaults () ;; emdebian) - LH_KEYRING_PACKAGES="${LH_kEYRING_PACKAGES:-debian-archive-keyring}" + LH_KEYRING_PACKAGES="${LH_KEYRING_PACKAGES:-emdebian-archive-keyring}" ;; ubuntu) -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org