treewide: change install references for xcbuild

now build directory is "Products/Release/"
This commit is contained in:
Matthew Bauer
2018-04-09 18:35:35 -05:00
parent 7c1e39746d
commit 65562e4cdd
9 changed files with 10 additions and 10 deletions
@@ -29,7 +29,7 @@ appleDerivation rec {
# temporary install phase until xcodebuild has "install" support
installPhase = ''
mkdir -p $out/usr/bin
install shell_cmds-*/Build/Products/Release/* $out/usr/bin
install Products/Release/* $out/usr/bin
export DSTROOT=$out
export SRCROOT=$PWD