summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsu_v <suv-sf@users.sourceforge.net>2014-08-20 15:44:25 +0000
committer~suv <suv-sf@users.sourceforge.net>2014-08-20 15:44:25 +0000
commitb5af763c9c21cbc803a0ee4a4d40b6facf969610 (patch)
tree8e3ab114ff79b20160af45c8a67790d0a883302c
parentlauncher scripts: rewrite command substitution, keep both scripts in sync (diff)
downloadinkscape-b5af763c9c21cbc803a0ee4a4d40b6facf969610.tar.gz
inkscape-b5af763c9c21cbc803a0ee4a4d40b6facf969610.zip
fontconfig: location of fonts.dtd has changed, fix it.
(bzr r13506.1.30)
-rwxr-xr-xpackaging/macosx/osx-app.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/macosx/osx-app.sh b/packaging/macosx/osx-app.sh
index aca23c416..31640546a 100755
--- a/packaging/macosx/osx-app.sh
+++ b/packaging/macosx/osx-app.sh
@@ -305,8 +305,9 @@ ModuleFiles=\${INK_CACHE_DIR}/pango.modules
END_PANGO
# We use a modified fonts.conf file so only need the dtd
+mkdir -p $pkgshare/xml/fontconfig
+cp $LIBPREFIX/share/xml/fontconfig/fonts.dtd $pkgshare/xml/fontconfig
mkdir -p $pkgetc/fonts
-cp $LIBPREFIX/etc/fonts/fonts.dtd $pkgetc/fonts/
cp -r $LIBPREFIX/etc/fonts/conf.d $pkgetc/fonts/
mkdir -p $pkgshare/fontconfig
cp -r $LIBPREFIX/share/fontconfig/conf.avail $pkgshare/fontconfig/