diff options
Diffstat (limited to 'scripts/build/lb_chroot_packagelists')
-rwxr-xr-x | scripts/build/lb_chroot_packagelists | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/lb_chroot_packagelists b/scripts/build/lb_chroot_packagelists index 5982ed739..615b4d79a 100755 --- a/scripts/build/lb_chroot_packagelists +++ b/scripts/build/lb_chroot_packagelists @@ -47,7 +47,7 @@ then for LIST in ${LB_PACKAGE_LISTS} do # Generating package list - Expand_packagelist "${LIST}" >> chroot/root/chroot_packages + Expand_packagelist "${LIST}" >> chroot/root/packages.chroot done # Creating stage file @@ -67,7 +67,7 @@ then then # Generating package list Expand_packagelist "$(basename ${LIST})" "config/package-lists" \ - >> chroot/root/chroot_packages + >> chroot/root/packages.chroot fi done |