summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2020-09-28 22:20:58 +0200
committerMichel Zou2020-09-28 22:20:58 +0200
commit60664dfe5fa1160cab0171b733e117c95e9b942a (patch)
tree7a50ad60275a4efcf2822a0c91318e90ddb4b92a
parent8ca7f43ca99323c847996365c6355a431c331d65 (diff)
downloadaur-60664dfe5fa1160cab0171b733e117c95e9b942a.tar.gz
retry
-rw-r--r--mingw-wine.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mingw-wine.sh b/mingw-wine.sh
index e0282fd3ee70..0f05b7c6c944 100644
--- a/mingw-wine.sh
+++ b/mingw-wine.sh
@@ -27,7 +27,7 @@ export WINEDLLOVERRIDES="mscoree,mshtml="
# if MINGW_WINE_LOCK is set, only one wine process is allowed at once
if test -n "${MINGW_WINE_LOCK}"
then
- /usr/bin/lockfile-create ${WINEPREFIX}
+ /usr/bin/lockfile-create -r 100 ${WINEPREFIX}
/usr/bin/wine "$@"
/usr/bin/lockfile-remove ${WINEPREFIX}
else