data/fonts/Makefile.am: re-use md_khmurabi_10.ttf as neutrino.ttf

Origin commit data
------------------
Branch: ni/coolstream
Commit: 9852a3d9a5
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-05-22 (Sun, 22 May 2016)

Origin message was:
------------------
- data/fonts/Makefile.am: re-use md_khmurabi_10.ttf as neutrino.ttf

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2016-05-22 00:03:15 +02:00
parent e33631c99e
commit 3de4e29f5f

View File

@@ -1,9 +1,9 @@
installdir = $(FONTDIR)
install_DATA = \
md_khmurabi_10.ttf \
micron_bold.ttf \
micron.ttf \
neutrino.ttf \
pakenham.ttf \
DejaVuLGCSansMono-Bold.ttf \
tuxtxt.otb
@@ -14,4 +14,6 @@ endif
#NI
install-data-hook:
cd $(DESTDIR)$(FONTDIR) && ln -sf neutrino.ttf tuxtxt.ttf
cd $(DESTDIR)$(FONTDIR); \
mv md_khmurabi_10.ttf neutrino.ttf; \
ln -sf neutrino.ttf tuxtxt.ttf