Renaming lb_chroot_packagelists to lb_chroot_package-lists so that helper matches directory.

This commit is contained in:
Daniel Baumann 2011-09-07 16:00:52 +02:00
parent e82aa25134
commit 0a32c8b6c0
2 changed files with 4 additions and 4 deletions

View File

@ -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} ${*}

View File

@ -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