diff options
Diffstat (limited to 'scripts/build/lb_chroot_task-lists')
| -rwxr-xr-x | scripts/build/lb_chroot_task-lists | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/build/lb_chroot_task-lists b/scripts/build/lb_chroot_task-lists index 2bdffd8d5..57f5518b1 100755 --- a/scripts/build/lb_chroot_task-lists +++ b/scripts/build/lb_chroot_task-lists @@ -41,10 +41,10 @@ Check_lockfile .lock # Creating lock file Create_lockfile .lock -if ls config/task-lists/*.chroot.list > /dev/null 2>&1 || \ - ls config/task-lists/*.chroot_${_PASS}.list > /dev/null 2>&1 +if ls config/task-lists/*.list.chroot > /dev/null 2>&1 || \ + ls config/task-lists/*.list.chroot_${_PASS} > /dev/null 2>&1 then - for LIST in config/task-lists/*.chroot.list config/task-lists/*.chroot_${_PASS}.list + for LIST in config/task-lists/*.list.chroot config/task-lists/*.list.chroot_${_PASS} do if [ -e "${LIST}" ] then |
