From: Brian West Date: Tue, 25 Jul 2006 22:02:56 +0000 (+0000) Subject: one more small tweak X-Git-Tag: v1.0-beta1~2452 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ed25f48d5d881180b0774bf23e91569118fb15db;p=thirdparty%2Ffreeswitch.git one more small tweak git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2135 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/mac/xcode/FreeSWITCH.xcodeproj/project.pbxproj b/mac/xcode/FreeSWITCH.xcodeproj/project.pbxproj index d4c2047688..41e6850dfb 100644 --- a/mac/xcode/FreeSWITCH.xcodeproj/project.pbxproj +++ b/mac/xcode/FreeSWITCH.xcodeproj/project.pbxproj @@ -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;