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
@@ -11,7 +11,7 @@ appleDerivation rec {
# temporary install phase until xcodebuild has "install" support
installPhase = ''
mkdir -p $out/bin/
install developer_cmds-*/Build/Products/Release/* $out/bin/
install Products/Release/* $out/bin/
for n in 1; do
mkdir -p $out/share/man/man$n