treewide: change install references for xcbuild
now build directory is "Products/Release/"
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user