[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#593346: Acknowledgement (Wrong default keyring for LH_MODE=emdebian.)



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)



Reply to: