fix another wrong stage file filename
This commit is contained in:
parent
c55eb8a0c3
commit
7e41b1267c
|
@ -30,7 +30,7 @@ Echo_message "Begin installing packages (${_PASS} pass)..."
|
|||
Require_stagefile .build/config .build/bootstrap
|
||||
|
||||
# Checking stage file
|
||||
Check_stagefile .build/chroot_install-packages.${PASS}
|
||||
Check_stagefile .build/chroot_install-packages.${_PASS}
|
||||
|
||||
# Acquire lock file
|
||||
Acquire_lockfile
|
||||
|
|
Loading…
Reference in New Issue