summaryrefslogtreecommitdiffstats
path: root/packaging/macosx/ScriptExec
diff options
context:
space:
mode:
authormjwybrow <mjwybrow@users.sourceforge.net>2009-09-23 21:02:27 +0000
committermjwybrow <mjwybrow@users.sourceforge.net>2009-09-23 21:02:27 +0000
commit24be0029d8c75a49b1c003362c88de664fe47f15 (patch)
treec87862f2dca62d181039e01a11f5186c7d3c28e1 /packaging/macosx/ScriptExec
parentFix for 181663 by The Adib. Yay for working Italics button on the toolbar! (diff)
downloadinkscape-24be0029d8c75a49b1c003362c88de664fe47f15.tar.gz
inkscape-24be0029d8c75a49b1c003362c88de664fe47f15.zip
- Put the fontconfig test flag for the Mac package in the ~/.inkscape-etc/
directory, along with all the other Mac specific config files. (bzr r8642)
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 c798e3bf9..f413d438a 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/.config/Inkscape\" || mkdir -p \"$HOME/.config/Inkscape\"; "
- "touch \"$HOME/.config/Inkscape/.fccache-new\"");
+ system("test -d \"$HOME/.inkscape-etc\" || mkdir -p \"$HOME/.inkscape-etc\"; "
+ "touch \"$HOME/.inkscape-etc/.fccache-new\"");
// Rerun now.
OSErr err = ExecuteScript(scriptPath, &pid);
ExitToShell();