summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authormjwybrow <mjwybrow@users.sourceforge.net>2009-09-23 15:53:52 +0000
committermjwybrow <mjwybrow@users.sourceforge.net>2009-09-23 15:53:52 +0000
commit8436894df6afa975c5bcd15fb8edcaa998cceda1 (patch)
treea48345be143f65265f16ea02b35decc0b93fd26f /packaging
parent- Fixes bug #424394: "Launching and Path problems under Mac" (diff)
downloadinkscape-8436894df6afa975c5bcd15fb8edcaa998cceda1.tar.gz
inkscape-8436894df6afa975c5bcd15fb8edcaa998cceda1.zip
- Update to use the new Inkscape configuration directory: ~/.config/Inkscape
(bzr r8638)
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/macosx/Resources/script2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/macosx/Resources/script b/packaging/macosx/Resources/script
index f0fe88efe..dd98e5f34 100755
--- a/packaging/macosx/Resources/script
+++ b/packaging/macosx/Resources/script
@@ -40,7 +40,7 @@ if [[ $VERSION -le 4 ]]; then
fi
# Warn the user about time-consuming generation of fontconfig caches.
-test -f "${HOME}/.inkscape/.fccache-new" || exit 12
+test -f "${HOME}/.config/Inkscape/.fccache-new" || exit 12