From 761472d96b2dae8b255399fc237287a780e24c0f Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 20 Jan 2012 10:38:30 +0100 Subject: [PATCH] abuild: busybox flock does not support -w --- abuild.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abuild.in b/abuild.in index 65778d1..e885d03 100755 --- a/abuild.in +++ b/abuild.in @@ -280,7 +280,7 @@ uri_fetch() { CLEANUP_FILES="$CLEANUP_FILES $lockfile" ( flock -n -x 200 || msg "Waiting for ${lockfile##*/}..." - flock -w 600 -x 200 + flock -x 200 [ -f "$SRCDEST/$d" ] && exit 0 # use exit since its a subshell