diff options
| author | su_v <suv-sf@users.sourceforge.net> | 2014-09-05 12:56:31 +0000 |
|---|---|---|
| committer | ~suv <suv-sf@users.sourceforge.net> | 2014-09-05 12:56:31 +0000 |
| commit | db387835f1414858c3e1fb8be88ffc2c1a0c9ed3 (patch) | |
| tree | dc702f5250d441c438102f5a7c9116d9835a4d69 /packaging/macosx/Resources/script | |
| parent | revert simplification of launcher scripts (r13561) (diff) | |
| download | inkscape-db387835f1414858c3e1fb8be88ffc2c1a0c9ed3.tar.gz inkscape-db387835f1414858c3e1fb8be88ffc2c1a0c9ed3.zip | |
work around breakages due to current implementation of OS X relocation support
(bzr r13506.1.58)
Diffstat (limited to 'packaging/macosx/Resources/script')
| -rwxr-xr-x | packaging/macosx/Resources/script | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/packaging/macosx/Resources/script b/packaging/macosx/Resources/script index de839484d..a97d02486 100755 --- a/packaging/macosx/Resources/script +++ b/packaging/macosx/Resources/script @@ -11,12 +11,11 @@ CWD="$(cd "$(dirname "$0")" && pwd)" source "${CWD}/xdg_setup.sh" source "${CWD}/alert_fccache.sh" -BASE="$(echo "$0" | sed -e 's/\/Contents\/Resources\/script/\//')" -cd "$BASE" - # TODO examine whether it would be wisest to move the code from inkscape shell # script and getdisplay.sh to here and only keep the real binary in bin. This # may make things easier on Leopard and may also help using Inkscape on the # command line. +# +# See related FIXME in bin/inkscape for requirements to merge the two scripts. exec "$CWD/bin/inkscape" "$@" |
