diff options
| author | su_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 |
| commit | b5af763c9c21cbc803a0ee4a4d40b6facf969610 (patch) | |
| tree | 8e3ab114ff79b20160af45c8a67790d0a883302c | |
| parent | launcher scripts: rewrite command substitution, keep both scripts in sync (diff) | |
| download | inkscape-b5af763c9c21cbc803a0ee4a4d40b6facf969610.tar.gz inkscape-b5af763c9c21cbc803a0ee4a4d40b6facf969610.zip | |
fontconfig: location of fonts.dtd has changed, fix it.
(bzr r13506.1.30)
| -rwxr-xr-x | packaging/macosx/osx-app.sh | 3 |
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/ |
