one more small tweak

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2135 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2006-07-25 22:02:56 +00:00
parent 23c2a58139
commit ed25f48d5d
1 changed files with 1 additions and 1 deletions

View File

@ -4504,7 +4504,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/bash;
shellScript = "cd ../../libs/srtp\n./configure";
shellScript = "if [ -e ../../libs/srtp/.complete ]; then\n\texit 0\nfi\ncd ../../libs/srtp\n./configure\ntouch .complete";
};
D37670CA0A75ECF300ACC1FB /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;