From: jiho-sf Date: Fri, 15 Jun 2007 16:48:53 +0000 (+0000) Subject: modified the symlink for python packages to point to the real location (inside python... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e25e113092d48464e2cf144909187960cce25d88;p=inkscape.git modified the symlink for python packages to point to the real location (inside python framework) instead of /Library/Python/... which is a link to the real location. Indeed the link is broken on 10.3 aka. Panther --- diff --git a/packaging/macosx/osx-dmg.sh b/packaging/macosx/osx-dmg.sh index a7e0b276c..91aefdd41 100755 --- a/packaging/macosx/osx-dmg.sh +++ b/packaging/macosx/osx-dmg.sh @@ -84,7 +84,7 @@ if [ ${add_python} = "true" ]; then # copy python libraries cp -rf "$python_dir"/* "$TMPDIR"/ # link python environment in order to drag and drop inkscape onto it - ln -sf /Library/Python/2.3/site-packages "$TMPDIR"/Python\ site-packages + ln -sf /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages "$TMPDIR"/Python\ site-packages fi # Copy a background image inside a hidden directory so the image