diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2014-12-10 07:54:30 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2014-12-10 07:54:30 +0100 |
commit | 703b6d1f1f00a9b6902270a75e04aaf2065dec5b (patch) | |
tree | fd6a5f91c13ea8b103382b82c35a2cdaebceab61 | |
parent | ef9b1e8487d2d238da443438e4a4b4abdc07af9d (diff) | |
download | vyos-live-build-703b6d1f1f00a9b6902270a75e04aaf2065dec5b.tar.gz vyos-live-build-703b6d1f1f00a9b6902270a75e04aaf2065dec5b.zip |
Correcting stage name check in chroot_includes, thanks to jnqnfe <jnqnfe@gmail.com> (Closes: #771377).
-rwxr-xr-x | scripts/build/chroot_includes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/chroot_includes b/scripts/build/chroot_includes index 78a416620..51408c78e 100755 --- a/scripts/build/chroot_includes +++ b/scripts/build/chroot_includes @@ -46,5 +46,5 @@ then cd "${OLDPWD}" # Creating stage file - Create_stagefile .build/chroot_includes + Create_stagefile .build/includs.chroot fi |