From 1924158e7212c4c011243c8db12d015dafdd90af Mon Sep 17 00:00:00 2001 From: mjwybrow Date: Wed, 23 Sep 2009 15:53:52 +0000 Subject: [PATCH] - Update to use the new Inkscape configuration directory: ~/.config/Inkscape --- packaging/macosx/Resources/script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2