diff options
Diffstat (limited to 'scripts/build/chroot_dpkg')
-rwxr-xr-x | scripts/build/chroot_dpkg | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/scripts/build/chroot_dpkg b/scripts/build/chroot_dpkg index e0a81756a..eaaf3585f 100755 --- a/scripts/build/chroot_dpkg +++ b/scripts/build/chroot_dpkg @@ -31,11 +31,8 @@ case "${1}" in # Checking stage file Check_stagefile .build/chroot_dpkg - # Checking lock file - Check_lockfile .lock - - # Creating lock file - Create_lockfile .lock + # Aquire lock file + Acquire_lockfile # Create custom start-stop-daemon program Chroot chroot dpkg-divert --rename --quiet --add /sbin/start-stop-daemon @@ -65,11 +62,8 @@ EOF remove) Echo_message "Deconfiguring file /sbin/start-stop-daemon" - # Checking lock file - Check_lockfile .lock - - # Creating lock file - Create_lockfile .lock + # Aquire lock file + Acquire_lockfile # Manual hacks for special packages |