diff options
Diffstat (limited to 'helpers/lh_chroot_packageslists')
-rwxr-xr-x | helpers/lh_chroot_packageslists | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/helpers/lh_chroot_packageslists b/helpers/lh_chroot_packageslists index 05d742d..9569550 100755 --- a/helpers/lh_chroot_packageslists +++ b/helpers/lh_chroot_packageslists @@ -47,17 +47,9 @@ then for LIST in ${LH_PACKAGES_LISTS} do - if [ -f ${LH_BASE:-/usr/share/live-helper}/lists/"${LIST}" ] - then - # Generating package list - Expand_packagelist \ - "${LIST}" \ - "config/chroot_local-packageslists" \ - "${LH_BASE:-/usr/share/live-helper}/lists" \ - >> chroot/root/chroot_packages - else - Echo_warning "skipping installation of unknown packages list '${LIST}'." - fi + # Generating package list + Expand_packagelist "${LIST}" "config/chroot_local-packageslists" \ + >> chroot/root/chroot_packages done # Creating stage file |