font added
git-svn-id: file:///home/jan/tmp/wetterstation/trunk@178 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
parent
746d7edcfe
commit
7cfbfe5993
Binary file not shown.
|
|
@ -15,6 +15,7 @@ INSTDIR = /usr/bin/
|
||||||
CONFDIR = /etc/weatherstation/
|
CONFDIR = /etc/weatherstation/
|
||||||
IMGDIR = /var/cache/weatherstation-chart/
|
IMGDIR = /var/cache/weatherstation-chart/
|
||||||
DOCDIR = /usr/share/doc/weatherstation-chart/
|
DOCDIR = /usr/share/doc/weatherstation-chart/
|
||||||
|
FONTDIR = /usr/share/fonts/truetype/freefont/
|
||||||
INSTGRP = losinski
|
INSTGRP = losinski
|
||||||
INSTUSR = losinski
|
INSTUSR = losinski
|
||||||
|
|
||||||
|
|
@ -93,8 +94,10 @@ install:
|
||||||
@ install -m644 image_conf/* $(DESTDIR)$(CONFDIR)/image_conf
|
@ install -m644 image_conf/* $(DESTDIR)$(CONFDIR)/image_conf
|
||||||
@ echo "lege $(IMGDIR) an"
|
@ echo "lege $(IMGDIR) an"
|
||||||
@ install -d $(DESTDIR)$(IMGDIR)
|
@ install -d $(DESTDIR)$(IMGDIR)
|
||||||
|
@ install -d $(DESTDIR)$(FONTDIR)
|
||||||
|
@ install -m444 FreeSans.ttf $(DESTDIR)$(FONTDIR)
|
||||||
@ install -d $(DESTDIR)$(DOCDIR)
|
@ install -d $(DESTDIR)$(DOCDIR)
|
||||||
@ install COPYING $(DESTDIR)$(DOCDIR)
|
@ install -m444 COPYING $(DESTDIR)$(DOCDIR)
|
||||||
|
|
||||||
|
|
||||||
# Aufräumnen (alle Object-Files löschen)
|
# Aufräumnen (alle Object-Files löschen)
|
||||||
|
|
|
||||||
|
|
@ -8,3 +8,4 @@ etc/weatherstation/image_conf/hum_ex.conf
|
||||||
etc/weatherstation/image_conf/rain_ex.conf
|
etc/weatherstation/image_conf/rain_ex.conf
|
||||||
etc/weatherstation/image_conf/testimage.conf
|
etc/weatherstation/image_conf/testimage.conf
|
||||||
var/cache/weatherstation-chart
|
var/cache/weatherstation-chart
|
||||||
|
usr/share/fonts/truetype/freefont/FreeSans.ttf
|
||||||
|
|
|
||||||
|
|
@ -30,3 +30,5 @@ fi
|
||||||
/bin/chown weatherstation:weatherstation /etc/weatherstation/chart.conf
|
/bin/chown weatherstation:weatherstation /etc/weatherstation/chart.conf
|
||||||
/bin/chmod 440 /etc/weatherstation/chart.conf
|
/bin/chmod 440 /etc/weatherstation/chart.conf
|
||||||
|
|
||||||
|
|
||||||
|
/usr/bin/fc-cache
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue