Would the following patch correct a typo in the unstable version of live-build ?
The key for local packages is added inside the chroot (line 427 of the same file /usr/lib/live/build/chroot_archives) Thanks in advance ! Reagards, JH Chatenet diff -Naur a/usr/lib/live/build/chroot_archives b/usr/lib/live/build/chroot_archives --- a/usr/lib/live/build/chroot_archives 2013-01-02 10:41:34.000000000 +0000 +++ b/usr/lib/live/build/chroot_archives 2013-01-18 18:55:32.139374446 +0000 @@ -889,9 +889,9 @@ 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 -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20130119115329.GA32321@localhost