titaniumenv: fix nasty IPA generation bug
This commit is contained in:
parent
b3970e7f5c
commit
0d7a0d7572
1 changed files with 5 additions and 1 deletions
|
@ -23,6 +23,10 @@ stdenv.mkDerivation {
|
|||
cd mobilesdk/*
|
||||
mv * 6.3.1.GA
|
||||
cd *
|
||||
${stdenv.lib.optionalString (stdenv.system == "x86_64-darwin") ''
|
||||
# Fixes a bad archive copying error when generating an IPA file
|
||||
sed -i -e "s|cp -rf|/bin/cp -rf|" iphone/cli/commands/_build.js
|
||||
''}
|
||||
|
||||
# Patch some executables
|
||||
|
||||
|
|
Loading…
Reference in a new issue