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