diff options
author | Lyndon Brown <jnqnfe@gmail.com> | 2020-03-13 21:55:54 +0000 |
---|---|---|
committer | Lyndon Brown <jnqnfe@gmail.com> | 2020-03-16 22:40:23 +0000 |
commit | 7e41b1267cb78ae56dfbb2df92398b089ce7fe8a (patch) | |
tree | c0edb2d37e25f2d62faec96bb957afcf13fb34dc /scripts/build | |
parent | c55eb8a0c3ca5b8ed1081e7eb8a423563288fb58 (diff) | |
download | vyos-live-build-7e41b1267cb78ae56dfbb2df92398b089ce7fe8a.tar.gz vyos-live-build-7e41b1267cb78ae56dfbb2df92398b089ce7fe8a.zip |
fix another wrong stage file filename
Diffstat (limited to 'scripts/build')
-rwxr-xr-x | scripts/build/chroot_install-packages | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/chroot_install-packages b/scripts/build/chroot_install-packages index 7dbc2cc93..37ecd0e88 100755 --- a/scripts/build/chroot_install-packages +++ b/scripts/build/chroot_install-packages @@ -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 |