From: Renaud Guillard Date: Thu, 9 May 2013 15:31:56 +0000 (+0200) Subject: OS X framework: fix invalid symbolic link X-Git-Tag: curl-7_31_0~54 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=992bee504dce7605ebe424dcecf167e9cffeaee7;p=thirdparty%2Fcurl.git OS X framework: fix invalid symbolic link --- diff --git a/MacOSX-Framework b/MacOSX-Framework index 4b2c1789ed..9863b78ee1 100755 --- a/MacOSX-Framework +++ b/MacOSX-Framework @@ -103,7 +103,7 @@ if test ! -z $SDK32; then ln -fs ${FRAMEWORK_VERSION}/Resources Resources ln -fs ${FRAMEWORK_VERSION}/Headers Headers cd Versions - ln -fs ${FRAMEWORK_VERSION} Current + ln -fs $(basename "${FRAMEWORK_VERSION}") Current echo Testing for SDK64 if test -d $SDK64_DIR; then