diff options
Diffstat (limited to 'helpers/lh_chroot_packageslists')
-rwxr-xr-x | helpers/lh_chroot_packageslists | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/helpers/lh_chroot_packageslists b/helpers/lh_chroot_packageslists index 464369d..3ec26fb 100755 --- a/helpers/lh_chroot_packageslists +++ b/helpers/lh_chroot_packageslists @@ -43,8 +43,7 @@ then for LIST in ${LH_PACKAGES_LISTS} do # Generating package list - Expand_packagelist "${LIST}" "config/chroot_local-packageslists" \ - >> chroot/root/chroot_packages + Expand_packagelist "${LIST}" >> chroot/root/chroot_packages done # Creating stage file |