Moving lh_chroot_packages call in lh_chroot to old place.

This commit is contained in:
Daniel Baumann 2008-04-17 06:46:58 +02:00
parent 478331c4e1
commit bb6b5e1249
1 changed files with 1 additions and 1 deletions

View File

@ -48,9 +48,9 @@ lh_chroot_preseed ${*}
lh_chroot_local-preseed ${*} lh_chroot_local-preseed ${*}
lh_chroot_tasks ${*} lh_chroot_tasks ${*}
lh_chroot_packageslists ${*} lh_chroot_packageslists ${*}
lh_chroot_packages ${*}
lh_chroot_local-packageslists ${*} lh_chroot_local-packageslists ${*}
lh_chroot_local-packages ${*} lh_chroot_local-packages ${*}
lh_chroot_packages ${*}
lh_chroot_install-packages ${*} lh_chroot_install-packages ${*}
lh_chroot_localization ${*} lh_chroot_localization ${*}
lh_chroot_local-includes ${*} lh_chroot_local-includes ${*}