summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: eb363d7)
raw | patch | inline | side by side (parent: eb363d7)
author | mjwybrow <mjwybrow@users.sourceforge.net> | |
Wed, 23 Sep 2009 21:02:27 +0000 (21:02 +0000) | ||
committer | mjwybrow <mjwybrow@users.sourceforge.net> | |
Wed, 23 Sep 2009 21:02:27 +0000 (21:02 +0000) |
directory, along with all the other Mac specific config files.
packaging/macosx/Resources/script | patch | blob | history | |
packaging/macosx/ScriptExec/main.c | patch | blob | history |
index dd98e5f34c59ca60768056978ab3902eee33cf62..62dcafdf57d1b44d4228a3ccc2fe50973650c286 100755 (executable)
fi
# Warn the user about time-consuming generation of fontconfig caches.
-test -f "${HOME}/.config/Inkscape/.fccache-new" || exit 12
+test -f "${HOME}/.inkscape-etc/.fccache-new" || exit 12
index c798e3bf92e0d93b4ade1fb69d95f69dd111e5af..f413d438a48ef818b2917978f89c825ab0e34eac 100644 (file)
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();