aboutsummaryrefslogtreecommitdiff
path: root/MacOSX-Framework
diff options
context:
space:
mode:
authorRenaud Guillard <dev@nore.fr>2013-05-09 17:31:56 +0200
committerDaniel Stenberg <daniel@haxx.se>2013-05-09 21:51:35 +0200
commit992bee504dce7605ebe424dcecf167e9cffeaee7 (patch)
treed7fd6c4ef599f66ab5c154c7c07d922651924dcc /MacOSX-Framework
parent01a2abedd7e3a2075de70979003302313570c58c (diff)
OS X framework: fix invalid symbolic link
Diffstat (limited to 'MacOSX-Framework')
-rwxr-xr-xMacOSX-Framework2
1 files changed, 1 insertions, 1 deletions
diff --git a/MacOSX-Framework b/MacOSX-Framework
index 4b2c1789e..9863b78ee 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