From 9ec95b51a7ddcf02df94e7d81c488df9b7674398 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 19 Jan 2013 12:49:56 +0100 Subject: Correcting apt-key cleanup of local dummy signing keys when using local packages, thanks to jhcha54008 . --- scripts/build/chroot_archives | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/build/chroot_archives b/scripts/build/chroot_archives index 5b5a90720..2e02c5448 100755 --- a/scripts/build/chroot_archives +++ b/scripts/build/chroot_archives @@ -889,9 +889,9 @@ EOF rm -rf chroot/root/packages # Remove local packages key if it exists - if apt-key list | grep -q ${_LB_LOCAL_KEY_EMAIL} + if Chroot chroot apt-key list | grep -q ${_LB_LOCAL_KEY_EMAIL} then - apt-key del ${_LB_LOCAL_KEY_EMAIL} + Chroot chroot apt-key del ${_LB_LOCAL_KEY_EMAIL} fi # Removing stage file -- cgit v1.2.3