[SCM] live-build branch, debian-next, updated. debian/3.0_a40-1-13-g4581e49
Daniel Baumann
daniel at debian.org
Tue Jan 3 20:09:05 UTC 2012
The following commit has been merged in the debian-next branch:
commit 4581e49d4e75721bee16dd1b4c57fb3b4d56ec7c
Author: Matthijs Kooijman <matthijs at stdin.nl>
Date: Tue Jan 3 21:08:34 2012 +0100
Fixing lb_binary_rootfs leaving the chroot without archives files.
diff --git a/scripts/build/lb_binary_rootfs b/scripts/build/lb_binary_rootfs
index 96523a8..e0901a5 100755
--- a/scripts/build/lb_binary_rootfs
+++ b/scripts/build/lb_binary_rootfs
@@ -186,7 +186,7 @@ case "${LB_CHROOT_FILESYSTEM}" in
lb chroot_resolv install ${*}
lb chroot_hostname install ${*}
lb chroot_apt install ${*}
- lb chroot_archives binary remove ${*}
+ lb chroot_archives binary install ${*}
touch .lock
else
@@ -276,7 +276,7 @@ case "${LB_CHROOT_FILESYSTEM}" in
lb chroot_resolv install ${*}
lb chroot_hostname install ${*}
lb chroot_apt install ${*}
- lb chroot_archives binary remove ${*}
+ lb chroot_archives binary install ${*}
touch .lock
else
@@ -421,7 +421,7 @@ case "${LB_CHROOT_FILESYSTEM}" in
lb chroot_resolv install ${*}
lb chroot_hostname install ${*}
lb chroot_apt install ${*}
- lb chroot_archives binary remove ${*}
+ lb chroot_archives binary install ${*}
touch .lock
else
--
live-build
More information about the debian-live-changes
mailing list