summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-04-17 06:46:58 +0200
committerDaniel Baumann <daniel@debian.org>2008-04-17 06:51:31 +0200
commitbb6b5e1249a274b45a4ddea5c5554adb176ccb9f (patch)
treec4098bf87aea4fdb45dede3a12eed8f9b6d3da84
parent478331c4e155baaa22d4714bc936b7d05631e42b (diff)
downloadvyos-live-build-bb6b5e1249a274b45a4ddea5c5554adb176ccb9f.tar.gz
vyos-live-build-bb6b5e1249a274b45a4ddea5c5554adb176ccb9f.zip
Moving lh_chroot_packages call in lh_chroot to old place.
-rwxr-xr-xhelpers/lh_chroot2
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 ${*}