Commit b798620e authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm prescription wine: fix wine-etersoft support

parent 1798ea86
......@@ -20,6 +20,11 @@ ONLY32=''
[ "$2" == "--only-i586" ] && ONLY32=1 && shift
[ -n "$2" ] && MAIN="$2"
if [ "$MAIN" = "wine-etersoft" ] ; then
PKGCOMMON="wine-etersoft-mono wine-etersoft-gecko wine-etersoft-winetricks"
PKGNAMES32="wine32-etersoft"
else
# do some magic: if winetricks more than 20210206, we have new wine package naming
epm install winetricks || exit 1
WTVER="$(epm print version for package winetricks)"
......@@ -33,6 +38,8 @@ else
echo "We recommend ask about more new wine from your vendor."
fi
fi
case $arch in
x86_64)
PKGNAMES="$PKGNAMES $PKGNAMES32 $PKGCOMMON"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment