mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user