From 5553c0d992998ac7127f2ad1f9d5cf2df8e5d2c7 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(-) diff --git a/scripts/build/chroot_archives b/scripts/build/chroot_archives index e53da07d0..e8c375b09 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