summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/build/lb_binary_rootfs6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/build/lb_binary_rootfs b/scripts/build/lb_binary_rootfs
index 96523a866..e0901a5f8 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