From 6204eaecb407270e36a8693177159b1ff847e02a Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Sat, 27 Jan 2018 14:57:31 +0100 Subject: [PATCH] - fonts: use monospaced tuxtxt font as shell font for shellwindow widget Conflicts: data/fonts/Makefile.am Signed-off-by: Thilo Graf --- data/fonts/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/data/fonts/Makefile.am b/data/fonts/Makefile.am index 7c9f80abe..42f73ad66 100644 --- a/data/fonts/Makefile.am +++ b/data/fonts/Makefile.am @@ -15,3 +15,9 @@ install_DATA = \ if BOXMODEL_CS_HD2 install_DATA += UnDotum.ttf endif + +install-data-hook: + cd $(DESTDIR)$(FONTDIR); \ + mv $(neutrino_ttf) neutrino.ttf; \ + mv $(tuxtxt_ttf) tuxtxt.ttf; \ + ln -sf tuxtxt.ttf shell.ttf