From 19ea03bcfb1da7e3f2c2fa022345cab0e5d40612 Mon Sep 17 00:00:00 2001 From: mjwybrow Date: Wed, 23 Sep 2009 19:01:59 +0000 Subject: - Update to use new Inkscape config directory: ~/.config/Inkscape (bzr r8639) --- packaging/macosx/ScriptExec/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packaging/macosx/ScriptExec') 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(); -- cgit v1.2.3