diff options
author | Daniel Baumann <daniel@debian.org> | 2010-09-26 14:37:52 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:24 +0100 |
commit | a49052630ae9ad34bb6695ff5b70a520a6a15091 (patch) | |
tree | c13040cfe2ca11b14718614700ced1039cda25fc | |
parent | e62dd620ea17aa8dd2552c5177588ac0d86e970c (diff) | |
download | vyos-live-build-a49052630ae9ad34bb6695ff5b70a520a6a15091.tar.gz vyos-live-build-a49052630ae9ad34bb6695ff5b70a520a6a15091.zip |
Correcting wrong stage file in lb_chroot_interactive.
-rwxr-xr-x | scripts/build/lb_chroot_interactive | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/lb_chroot_interactive b/scripts/build/lb_chroot_interactive index 82e5a6c4b..7fd5cd4ab 100755 --- a/scripts/build/lb_chroot_interactive +++ b/scripts/build/lb_chroot_interactive @@ -59,4 +59,4 @@ case "${LB_INTERACTIVE}" in esac # Creating stage file -Create_stagefile .stage/chroot_symlinks +Create_stagefile .stage/chroot_interactive |