Commit d7b45047 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm prescription wine: improve wow64 build for non ALT systems

parent a2a39bfa
......@@ -38,8 +38,11 @@ if [ "$vendor" != "alt" ] ; then
case $arch in
x86_64)
# Доставляем пропущенные модули (подпакеты) для установленных 64-битных
epm prescription i586-fix
# for non wow64 packages
if ! epm ql $MAIN | grep -q '/i386-windows/' ; then
# Доставляем пропущенные модули (подпакеты) для установленных 64-битных
epm prescription i586-fix
fi
;;
esac
exit
......@@ -66,6 +69,7 @@ fi
fi
if [ "$arch" = "x86" ] ; then
PKGNAMES="$PKGNAMES $PKGCOMMON"
epm install $PKGNAMES || exit
......
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