Merge pull request #37064 from coreyoconnor/wine-correct-install-order
wine: correct install order for WoW wine build.
This commit is contained in:
commit
6ff341dee5
@ -26,7 +26,7 @@ buildPhase
|
|||||||
# checkPhase
|
# checkPhase
|
||||||
|
|
||||||
eval "$preInstall"
|
eval "$preInstall"
|
||||||
cd $TMP/wine64 && make install
|
|
||||||
cd $TMP/wine-wow && make install
|
cd $TMP/wine-wow && make install
|
||||||
|
cd $TMP/wine64 && make install
|
||||||
eval "$postInstall"
|
eval "$postInstall"
|
||||||
fixupPhase
|
fixupPhase
|
||||||
|
Loading…
x
Reference in New Issue
Block a user