summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2020-09-29 08:30:03 +0200
committerMichel Zou2020-09-29 08:30:03 +0200
commitc45786ee657f75bef401a71f0e24c243bbdcc31c (patch)
tree0a2fa33e927c3fed94b05279058280202103731e
parent60664dfe5fa1160cab0171b733e117c95e9b942a (diff)
downloadaur-c45786ee657f75bef401a71f0e24c243bbdcc31c.tar.gz
r1000
-rw-r--r--mingw-wine.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mingw-wine.sh b/mingw-wine.sh
index 0f05b7c6c944..f50872653388 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 -r 100 ${WINEPREFIX}
+ /usr/bin/lockfile-create -r 1000 ${WINEPREFIX}
/usr/bin/wine "$@"
/usr/bin/lockfile-remove ${WINEPREFIX}
else