diff options
Diffstat (limited to 'scripts/build/lb_chroot_preseed')
-rwxr-xr-x | scripts/build/lb_chroot_preseed | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/lb_chroot_preseed b/scripts/build/lb_chroot_preseed index 22bfe7a10..26b792275 100755 --- a/scripts/build/lb_chroot_preseed +++ b/scripts/build/lb_chroot_preseed @@ -39,7 +39,7 @@ Check_lockfile .lock Create_lockfile .lock # Processing preseeds -for PRESEED in ${LB_PACKAGES_LISTS} ${LB_TASKS} +for PRESEED in ${LB_PACKAGE_LISTS} ${LB_TASKS} do if [ -f ${LB_BASE:-/usr/share/live/build}/preseed/"${PRESEED}" ] then |