mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-29 21:46:02 +00:00
Bloody thing :P
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2129 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
edf1a3bb6d
commit
d242d794d9
@ -3612,7 +3612,7 @@
|
|||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
shellPath = /bin/bash;
|
shellPath = /bin/bash;
|
||||||
shellScript = "if [ -e ../../.complete ]; then\n\texit 0\nfi\ncd ../..\n./configure\ntouch .complete\n";
|
shellScript = "cd ../..\n./build/checkversion.sh force\nif [ -e .complete ]; then\n\texit 0\nfi\n./configure\ntouch .complete\n";
|
||||||
};
|
};
|
||||||
D3DEC2260A75CB62002001CF /* ShellScript */ = {
|
D3DEC2260A75CB62002001CF /* ShellScript */ = {
|
||||||
isa = PBXShellScriptBuildPhase;
|
isa = PBXShellScriptBuildPhase;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user