mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 07:23:09 +02:00
- fonts: use monospaced tuxtxt font as shell font for shellwindow widget
Conflicts: data/fonts/Makefile.am Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -15,3 +15,9 @@ install_DATA = \
|
|||||||
if BOXMODEL_CS_HD2
|
if BOXMODEL_CS_HD2
|
||||||
install_DATA += UnDotum.ttf
|
install_DATA += UnDotum.ttf
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
install-data-hook:
|
||||||
|
cd $(DESTDIR)$(FONTDIR); \
|
||||||
|
mv $(neutrino_ttf) neutrino.ttf; \
|
||||||
|
mv $(tuxtxt_ttf) tuxtxt.ttf; \
|
||||||
|
ln -sf tuxtxt.ttf shell.ttf
|
||||||
|
Reference in New Issue
Block a user