diff options
Diffstat (limited to 'scripts/build/chroot_package-lists')
-rwxr-xr-x | scripts/build/chroot_package-lists | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/scripts/build/chroot_package-lists b/scripts/build/chroot_package-lists index d74a1e135..c9e8cd9da 100755 --- a/scripts/build/chroot_package-lists +++ b/scripts/build/chroot_package-lists @@ -32,11 +32,8 @@ Require_stagefile .build/config .build/bootstrap # Checking stage file Check_stagefile .build/chroot_package-lists.${_PASS} -# Checking lock file -Check_lockfile .lock - -# Creating lock file -Create_lockfile .lock +# Aquire lock file +Acquire_lockfile # Handling local package lists if ! ( ls config/package-lists/*.list > /dev/null 2>&1 || \ |