Renaming forgotten binary_packagelists to binary_package-lists to match the rest of lb.

This commit is contained in:
Daniel Baumann 2012-02-04 18:36:23 +01:00
parent 2bcb8b67e4
commit d2944e4341
2 changed files with 3 additions and 3 deletions

View File

@ -58,7 +58,7 @@ lb binary_rootfs ${*}
lb binary_manifest ${*}
# Prepare images
lb binary_packagelists ${*}
lb binary_package-lists ${*}
lb binary_linux-image ${*}
lb binary_debian-installer ${*}
lb binary_memtest ${*}

View File

@ -30,7 +30,7 @@ Echo_message "Begin installing local package lists..."
Require_stagefile .stage/config .stage/bootstrap
# Checking stage file
Check_stagefile .stage/binary_packagelists
Check_stagefile .stage/binary_package-lists
# Checking lock file
Check_lockfile .lock
@ -130,5 +130,5 @@ then
Save_cache cache/packages_chroot
# Creating stage file
Create_stagefile .stage/binary_packagelists
Create_stagefile .stage/binary_package-lists
fi