diff options
Diffstat (limited to 'helpers/lh_chroot_local-packageslists')
-rwxr-xr-x | helpers/lh_chroot_local-packageslists | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/helpers/lh_chroot_local-packageslists b/helpers/lh_chroot_local-packageslists index 8a1bef0..f5fe3bb 100755 --- a/helpers/lh_chroot_local-packageslists +++ b/helpers/lh_chroot_local-packageslists @@ -47,11 +47,8 @@ then for PACKAGES_LIST in config/chroot_local-packageslists/* do # Generate package list - Expand_packagelist \ - "$(basename ${PACKAGES_LIST})" \ - "config/chroot_local-packageslists" \ - "${LH_BASE:-/usr/share/live-helper/lists}/lists" \ - >> chroot/root/chroot_packages + Expand_packagelist "${PACKAGES_LIST}" "config/chroot_local-packageslists" \ + >> chroot/root/chroot_packages done # Creating stage file |