diff options
author | Daniel Baumann <daniel@debian.org> | 2011-06-17 12:03:33 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-06-17 12:03:33 +0200 |
commit | 75f87204da18afc2dda1be279b56e463ada35ca8 (patch) | |
tree | 34a941f552cf0b6e64ff5030b4cb22d8ab4381ec /scripts | |
parent | 63560ff0b0fd711fe30218f14869ba3e3f71d128 (diff) | |
download | vyos-live-build-75f87204da18afc2dda1be279b56e463ada35ca8.tar.gz vyos-live-build-75f87204da18afc2dda1be279b56e463ada35ca8.zip |
Removing forgotten reference to chroot_packages in lb_chroot.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build/lb_chroot | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/build/lb_chroot b/scripts/build/lb_chroot index 8dbc72d56..d0df15ec1 100755 --- a/scripts/build/lb_chroot +++ b/scripts/build/lb_chroot @@ -60,7 +60,6 @@ for _PASS in install live do lb chroot_packagelists ${_PASS} ${*} lb chroot_local-packagelists ${_PASS} ${*} - lb chroot_packages ${_PASS} ${*} lb chroot_install-packages ${_PASS} ${*} lb chroot_task-lists ${_PASS} ${*} |