[libreoffice] 01/01: add missed mkdir -p and restore /etc/fonts.d symlink

Rene Engelhard rene at moszumanska.debian.org
Sat Dec 16 22:51:40 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 22a48c9ad8530c749e7a58f996d4b5099d567153
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Sat Dec 16 23:51:30 2017 +0100

    add missed mkdir -p and restore /etc/fonts.d symlink
---
 rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/rules b/rules
index 769323a..b45920a 100755
--- a/rules
+++ b/rules
@@ -3227,8 +3227,12 @@ endif
 	# not only the Symbol->OpenSymbol part... But we don't support --with-fonts
 	# build here right now anyway.
 ifeq "$(PACKAGE_TTF_OPENSYMBOL)" "y"
+	mkdir -p debian/fonts-opensymbol/usr/share/fontconfig/conf.avail
+	mkdir -p debian/fonts-opensymbol/usr/share/fontconfig/conf.avail
 	mv $(PKGDIR)-common/$(OODIR)/share/truetype/fc_local.conf \
 		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
 else
 	rm -f $(PKGDIR)-common/$(OODIR)/share/truetype/fc_local.conf
 endif

-- 
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