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
commit 6ff341dee5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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