summaryrefslogtreecommitdiffstats
path: root/packaging/macosx/ScriptExec
diff options
context:
space:
mode:
authormjwybrow <mjwybrow@users.sourceforge.net>2009-09-23 19:01:59 +0000
committermjwybrow <mjwybrow@users.sourceforge.net>2009-09-23 19:01:59 +0000
commit19ea03bcfb1da7e3f2c2fa022345cab0e5d40612 (patch)
tree9a63aeeea5d347af9a0736b0e35083d98069dd14 /packaging/macosx/ScriptExec
parent- Update to use the new Inkscape configuration directory: ~/.config/Inkscape (diff)
downloadinkscape-19ea03bcfb1da7e3f2c2fa022345cab0e5d40612.tar.gz
inkscape-19ea03bcfb1da7e3f2c2fa022345cab0e5d40612.zip
- Update to use new Inkscape config directory: ~/.config/Inkscape
(bzr r8639)
Diffstat (limited to 'packaging/macosx/ScriptExec')
-rw-r--r--packaging/macosx/ScriptExec/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/macosx/ScriptExec/main.c b/packaging/macosx/ScriptExec/main.c
index 69f5b108c..c798e3bf9 100644
--- a/packaging/macosx/ScriptExec/main.c
+++ b/packaging/macosx/ScriptExec/main.c
@@ -243,8 +243,8 @@ static OSStatus FCCacheFailedHandler(EventHandlerCallRef theHandlerCall,
ShowFirstStartWarningDialog();
// Note that we've seen the warning.
- system("test -d \"$HOME/.inkscape\" || mkdir \"$HOME/.inkscape\"; "
- "touch \"$HOME/.inkscape/.fccache-new\"");
+ system("test -d \"$HOME/.config/Inkscape\" || mkdir -p \"$HOME/.config/Inkscape\"; "
+ "touch \"$HOME/.config/Inkscape/.fccache-new\"");
// Rerun now.
OSErr err = ExecuteScript(scriptPath, &pid);
ExitToShell();