From fa0ba13de67fdba694cf733a7c50529a79cc851c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 7 Sep 2011 15:08:14 +0200 Subject: Renaming binary.packages list files (that contain what package is installed in the chroot) to chroot as they are build during chroot stage, this fixes some rebuild issues. --- scripts/build/lb_chroot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/build/lb_chroot') diff --git a/scripts/build/lb_chroot b/scripts/build/lb_chroot index 7aacdfd07..e459c6cb9 100755 --- a/scripts/build/lb_chroot +++ b/scripts/build/lb_chroot @@ -64,7 +64,7 @@ do if [ "${_PASS}" = install ] then - Chroot chroot "dpkg-query -W" > binary.packages.install + Chroot chroot "dpkg-query -W" > chroot.packages.install fi done @@ -75,7 +75,7 @@ lb chroot_hooks ${*} lb chroot_hacks ${*} lb chroot_interactive ${*} -Chroot chroot "dpkg-query -W" > binary.packages.live +Chroot chroot "dpkg-query -W" > chroot.packages.live # Deconfiguring chroot lb chroot_archives chroot remove ${*} -- cgit v1.2.3