1 Commits

Author SHA1 Message Date
Mikhail Tergoev
059d62c4e2 dropped: command -v 2025-06-26 16:58:27 +03:00

View File

@@ -737,7 +737,7 @@ init_wine_ver () {
fi
else
# use system WINE
if ! command -v "wine" &>/dev/null ; then
if ! rpm -q "wine" 1>/dev/null ; then
fatal "system WINE - not found."
fi
export WINEDIR="/usr"