diff options
author | Daniel Baumann <daniel@debian.org> | 2011-09-07 15:16:23 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-09-07 15:16:23 +0200 |
commit | 046095cffa06c76406e6cd7321ccbf789d09063a (patch) | |
tree | 5ecd5f65f2200b6dbbbdfab5ec210a4369bf9207 /scripts/build/lb_chroot | |
parent | dd853aa5d93df297f0ed03cc980749dfddfb292f (diff) | |
download | vyos-live-build-046095cffa06c76406e6cd7321ccbf789d09063a.tar.gz vyos-live-build-046095cffa06c76406e6cd7321ccbf789d09063a.zip |
Renaming lb_chroot_local-includes into lb_chroot_includes and check for includes in config/includes.chroot.
Diffstat (limited to 'scripts/build/lb_chroot')
-rwxr-xr-x | scripts/build/lb_chroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/lb_chroot b/scripts/build/lb_chroot index e459c6cb9..5677a68a0 100755 --- a/scripts/build/lb_chroot +++ b/scripts/build/lb_chroot @@ -69,7 +69,7 @@ do done lb chroot_live-packages ${*} -lb chroot_local-includes ${*} +lb chroot_includes ${*} lb chroot_local-patches ${*} lb chroot_hooks ${*} lb chroot_hacks ${*} |