diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2013-11-04 17:09:45 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-11-04 17:10:22 +0100 |
commit | 9e3863aa8fc22fe0a671b5d38431b2d311fad472 (patch) | |
tree | c9f7369160f8d9c1b98f96697f6572c724e88b6e /scripts/build/chroot | |
parent | f3fe376f61663268011d4de2b5c415c1fdd3f494 (diff) | |
download | vyos-live-build-9e3863aa8fc22fe0a671b5d38431b2d311fad472.tar.gz vyos-live-build-9e3863aa8fc22fe0a671b5d38431b2d311fad472.zip |
Switching to later submodule naming scheme for python stubs.
Diffstat (limited to 'scripts/build/chroot')
-rwxr-xr-x | scripts/build/chroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/chroot b/scripts/build/chroot index ca8ec65a7..ef4db8744 100755 --- a/scripts/build/chroot +++ b/scripts/build/chroot @@ -69,7 +69,7 @@ done lb chroot_live-packages ${@} lb chroot_includes ${@} -lb chroot_hooks ${@} +lb chroot-hooks ${@} lb chroot_hacks ${@} lb chroot_interactive ${@} |