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
|
||||
|
||||
eval "$preInstall"
|
||||
cd $TMP/wine64 && make install
|
||||
cd $TMP/wine-wow && make install
|
||||
cd $TMP/wine64 && make install
|
||||
eval "$postInstall"
|
||||
fixupPhase
|
||||
|
Loading…
Reference in New Issue
Block a user