Merge pull request #37064 from coreyoconnor/wine-correct-install-order

wine: correct install order for WoW wine build.
This commit is contained in:
Jörg Thalheim
2018-03-18 12:46:21 +00:00
committed by GitHub

View File

@@ -26,7 +26,7 @@ buildPhase
# checkPhase
eval "$preInstall"
cd $TMP/wine64 && make install
cd $TMP/wine-wow && make install
cd $TMP/wine64 && make install
eval "$postInstall"
fixupPhase