summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build/lb_chroot2
-rwxr-xr-xscripts/build/lb_chroot_package-lists (renamed from scripts/build/lb_chroot_packagelists)6
2 files changed, 4 insertions, 4 deletions
diff --git a/scripts/build/lb_chroot b/scripts/build/lb_chroot
index 5677a68a0..57112443b 100755
--- a/scripts/build/lb_chroot
+++ b/scripts/build/lb_chroot
@@ -58,7 +58,7 @@ lb chroot_local-preseed ${*}
for _PASS in install live
do
- lb chroot_packagelists ${_PASS} ${*}
+ lb chroot_package-lists ${_PASS} ${*}
lb chroot_install-packages ${_PASS} ${*}
lb chroot_task-lists ${_PASS} ${*}
diff --git a/scripts/build/lb_chroot_packagelists b/scripts/build/lb_chroot_package-lists
index 615b4d79a..ff990d51e 100755
--- a/scripts/build/lb_chroot_packagelists
+++ b/scripts/build/lb_chroot_package-lists
@@ -33,7 +33,7 @@ Echo_message "Begin queueing installation of package lists (${_PASS} pass)..."
Require_stagefile .stage/config .stage/bootstrap
# Checking stage file
-Check_stagefile .stage/chroot_packagelists.${_PASS}
+Check_stagefile .stage/chroot_package-lists.${_PASS}
# Checking lock file
Check_lockfile .lock
@@ -51,7 +51,7 @@ then
done
# Creating stage file
- Create_stagefile .stage/chroot_packagelists.${_PASS}
+ Create_stagefile .stage/chroot_package-lists.${_PASS}
fi
# Handling local package lists
@@ -72,5 +72,5 @@ then
done
# Creating stage file
- Create_stagefile .stage/chroot_packagelists.${_PASS}
+ Create_stagefile .stage/chroot_package-lists.${_PASS}
fi