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