Renaming forgotten lb_binary_local-packagelists to lb_binary_packagelists.
This commit is contained in:
parent
fa0ba13de6
commit
dd853aa5d9
|
@ -58,7 +58,7 @@ lb binary_rootfs ${*}
|
|||
lb binary_manifest ${*}
|
||||
|
||||
# Prepare images
|
||||
lb binary_local-packagelists ${*}
|
||||
lb binary_packagelists ${*}
|
||||
lb binary_linux-image ${*}
|
||||
lb binary_debian-installer ${*}
|
||||
lb binary_memtest ${*}
|
||||
|
|
|
@ -30,7 +30,7 @@ Echo_message "Begin installing local package lists..."
|
|||
Require_stagefile .stage/config .stage/bootstrap
|
||||
|
||||
# Checking stage file
|
||||
Check_stagefile .stage/binary_local-packagelists
|
||||
Check_stagefile .stage/binary_packagelists
|
||||
|
||||
# Checking lock file
|
||||
Check_lockfile .lock
|
||||
|
@ -127,5 +127,5 @@ then
|
|||
Save_cache cache/packages_chroot
|
||||
|
||||
# Creating stage file
|
||||
Create_stagefile .stage/binary_local-packagelists
|
||||
Create_stagefile .stage/binary_packagelists
|
||||
fi
|
Loading…
Reference in New Issue