diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-01-25 10:27:14 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-01-25 10:27:14 +0100 |
commit | ac77c553505ea9f44aa97bbc2fa9ce5ae2111097 (patch) | |
tree | 4bd5430ec4f9c992897ef90578880668f79052e7 | |
parent | 1bfada1c844b03b5017b693b8f3f318c4e23a70b (diff) | |
download | vyos-live-build-ac77c553505ea9f44aa97bbc2fa9ce5ae2111097.tar.gz vyos-live-build-ac77c553505ea9f44aa97bbc2fa9ce5ae2111097.zip |
Correcting typo in stagefile check for includes.chroot.
-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 51408c78e..953dc1350 100755 --- a/scripts/build/chroot_includes +++ b/scripts/build/chroot_includes @@ -46,5 +46,5 @@ then cd "${OLDPWD}" # Creating stage file - Create_stagefile .build/includs.chroot + Create_stagefile .build/includes.chroot fi |