From bb6b5e1249a274b45a4ddea5c5554adb176ccb9f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 17 Apr 2008 06:46:58 +0200 Subject: [PATCH] Moving lh_chroot_packages call in lh_chroot to old place. --- helpers/lh_chroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ${*}