From 059d62c4e276caba3116cb88bd5fc37631c37f8d Mon Sep 17 00:00:00 2001 From: Mikhail Tergoev Date: Thu, 26 Jun 2025 16:58:27 +0300 Subject: [PATCH] dropped: command -v --- winehelper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winehelper b/winehelper index 95deda3..0f11ee7 100755 --- a/winehelper +++ b/winehelper @@ -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"