[libreoffice] 01/01: more /etc/fonts.d/ -> /usr/share/fontconfig/conf.avail changes...

Rene Engelhard rene at moszumanska.debian.org
Sun Dec 3 18:42:21 UTC 2017


This is an automated email from the git hooks/post-receive script.

rene pushed a commit to branch debian-experimental-5.4
in repository libreoffice.

commit a81309a4e0d5ad5d0121159e706b40d5f8ce1071
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Sun Dec 3 18:41:58 2017 +0000

    more /etc/fonts.d/ -> /usr/share/fontconfig/conf.avail changes...
---
 rules | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/rules b/rules
index ad0dae6..2e5ec09 100755
--- a/rules
+++ b/rules
@@ -3237,14 +3237,14 @@ ifeq "$(PACKAGE_TTF_OPENSYMBOL)" "y"
 	# generate fontconfig file. Upstream creates a fc_local.conf in
 	# postprocess but it might also contain other font stuff, so do it
 	# manually
-	mkdir -p debian/fonts-opensymbol//usr/share/fontconfig/conf.avail
+	mkdir -p debian/fonts-opensymbol/usr/share/fontconfig/conf.avail
 	mkdir -p debian/fonts-opensymbol/etc/fonts.d/
 	( \
 	  echo "<?xml version="1.0"?>"; \
 	  echo "<!DOCTYPE fontconfig SYSTEM "fonts.dtd">"; \
 	  echo "<fontconfig>"; \
-	) > debian/fonts-opensymbol/etc/fonts.d/30_opensymbol.conf
-	cat $(SOURCE_TREE)/extras/source/truetype/symbol/fc_local.snippet >> debian/fonts-opensymbol/etc/fonts.d/30_opensymbol.conf
+	) > debian/fonts-opensymbol/usr/share/fontconfig/conf.avail/30_opensymbol.conf
+	cat $(SOURCE_TREE)/extras/source/truetype/symbol/fc_local.snippet >> debian/fonts-opensymbol/usr/share/fontconfig/conf.avail/30_opensymbol.conf
 	echo "</fontconfig>" >> debian/fonts-opensymbol/usr/share/fontconfig/conf.avail/30_opensymbol.conf
 	cd debian/fonts-opensymbol/etc/fonts.d/ && \
 		ln -s /usr/share/fontconfig/conf.avail/30_opensymbol.conf

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice.git



More information about the Pkg-openoffice-commits mailing list