Moving lh_chroot_packages call in lh_chroot to old place.
This commit is contained in:
parent
478331c4e1
commit
bb6b5e1249
|
@ -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 ${*}
|
||||||
|
|
Loading…
Reference in New Issue