From: Brian West Date: Tue, 25 Jul 2006 20:57:26 +0000 (+0000) Subject: Bloody thing :P X-Git-Tag: v1.0-beta1~2458 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d242d794d9bdd5eee611f148db24391b4be30e2c;p=thirdparty%2Ffreeswitch.git Bloody thing :P git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2129 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/mac/xcode/FreeSWITCH.xcodeproj/project.pbxproj b/mac/xcode/FreeSWITCH.xcodeproj/project.pbxproj index da4c6c04d8..7c69538193 100644 --- a/mac/xcode/FreeSWITCH.xcodeproj/project.pbxproj +++ b/mac/xcode/FreeSWITCH.xcodeproj/project.pbxproj @@ -3612,7 +3612,7 @@ ); runOnlyForDeploymentPostprocessing = 0; 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 */ = { isa = PBXShellScriptBuildPhase;