diff options
Diffstat (limited to 'scripts/build/binary_chroot')
-rwxr-xr-x | scripts/build/binary_chroot | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/scripts/build/binary_chroot b/scripts/build/binary_chroot index 0a6e80753..f97489d02 100755 --- a/scripts/build/binary_chroot +++ b/scripts/build/binary_chroot @@ -29,11 +29,8 @@ Require_stagefile .build/config .build/bootstrap # Checking stage file Check_stagefile .build/binary_chroot -# Checking lock file -Check_lockfile .lock - -# Creating lock file -Create_lockfile .lock +# Aquire lock file +Acquire_lockfile # Normally, virtual filesystems are not mounted here, but people tend to be lazy if [ -f chroot/proc/version ] |