diff options
author | Daniel Baumann <daniel@debian.org> | 2008-04-17 06:46:58 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:32 +0100 |
commit | d23cf256e8ce3fc0991986555a04114ff4ed7c2d (patch) | |
tree | c4098bf87aea4fdb45dede3a12eed8f9b6d3da84 /helpers | |
parent | 36cc525945f8726662dbb35395a24064cee0098f (diff) | |
download | vyos-live-build-d23cf256e8ce3fc0991986555a04114ff4ed7c2d.tar.gz vyos-live-build-d23cf256e8ce3fc0991986555a04114ff4ed7c2d.zip |
Moving lh_chroot_packages call in lh_chroot to old place.
Diffstat (limited to 'helpers')
-rwxr-xr-x | helpers/lh_chroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_chroot b/helpers/lh_chroot index b6e204ffc..7dee5b3ba 100755 --- a/helpers/lh_chroot +++ b/helpers/lh_chroot @@ -48,9 +48,9 @@ lh_chroot_preseed ${*} lh_chroot_local-preseed ${*} lh_chroot_tasks ${*} lh_chroot_packageslists ${*} +lh_chroot_packages ${*} lh_chroot_local-packageslists ${*} lh_chroot_local-packages ${*} -lh_chroot_packages ${*} lh_chroot_install-packages ${*} lh_chroot_localization ${*} lh_chroot_local-includes ${*} |