diff options
| author | JiHO <jiho-sf@users.sourceforge.net> | 2007-06-15 16:48:53 +0000 |
|---|---|---|
| committer | jiho-sf <jiho-sf@users.sourceforge.net> | 2007-06-15 16:48:53 +0000 |
| commit | 1b326a7669ca4be123fc57d3322c1c8893d13a72 (patch) | |
| tree | 116e21babff95c0c751711a07a05b103eee889a4 /packaging | |
| parent | patch 1729267 for bug 1712481 (diff) | |
| download | inkscape-1b326a7669ca4be123fc57d3322c1c8893d13a72.tar.gz inkscape-1b326a7669ca4be123fc57d3322c1c8893d13a72.zip | |
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
(bzr r3064)
Diffstat (limited to 'packaging')
| -rwxr-xr-x | packaging/macosx/osx-dmg.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
