mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-02 17:09:09 +03:00
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…
Reference in New Issue
Block a user