diff options
| author | su_v <suv-sf@users.sourceforge.net> | 2014-08-20 13:14:03 +0000 |
|---|---|---|
| committer | ~suv <suv-sf@users.sourceforge.net> | 2014-08-20 13:14:03 +0000 |
| commit | 5ccd52b2d1c8ec1b04a24c9da81d6c91a4273c4f (patch) | |
| tree | d5f063770a1b6ddf0341e919662b87d5b19a1c94 | |
| parent | cleanup: remove unused variables and outdated comments (diff) | |
| download | inkscape-5ccd52b2d1c8ec1b04a24c9da81d6c91a4273c4f.tar.gz inkscape-5ccd52b2d1c8ec1b04a24c9da81d6c91a4273c4f.zip | |
add TODO comment to Resources/bin/inkscape too
(bzr r13506.1.25)
| -rwxr-xr-x | packaging/macosx/Resources/bin/inkscape | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/macosx/Resources/bin/inkscape b/packaging/macosx/Resources/bin/inkscape index 40e44f49d..a7baac64b 100755 --- a/packaging/macosx/Resources/bin/inkscape +++ b/packaging/macosx/Resources/bin/inkscape @@ -47,6 +47,7 @@ mkdir -p "$XDG_CACHE_HOME" mkdir -p "$XDG_CONFIG_HOME" mkdir -p "$XDG_DATA_HOME" +# TODO: keep in sync with ScriptExec and Resources/script INK_CACHE_DIR="${XDG_CACHE_HOME}/inkscape" mkdir -p "$INK_CACHE_DIR" |
