steam: fix extraBuildCommandsMulti on i686

This commit is contained in:
Christoph Hrdinka
2014-09-06 00:25:49 +02:00
committed by Sander van der Burg
parent a383e0f1b8
commit 573aa18e9f
@@ -213,7 +213,7 @@ in stdenv.mkDerivation {
cd "$out/sw" cd "$out/sw"
${extraBuildCommands} ${extraBuildCommands}
cd "$out/sw" cd "$out/sw"
${extraBuildCommandsMulti} ${if isMultiBuild then extraBuildCommandsMulti else ""}
cd .. cd ..
''; '';
} }