fixing Makefiles
git-svn-id: file:///home/jan/tmp/wetterstation/trunk@148 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
parent
3017c8b0bd
commit
4d1f2b1504
2
Makefile
2
Makefile
|
|
@ -1,5 +1,5 @@
|
||||||
MakeDirs = cronjob deamon
|
MakeDirs = cronjob deamon
|
||||||
InstallDirs = cronjob deamon database #webstuff
|
InstallDirs = cronjob deamon database webstuff
|
||||||
|
|
||||||
binary:
|
binary:
|
||||||
for i in $(MakeDirs); do $(MAKE) -C $$i ; done
|
for i in $(MakeDirs); do $(MAKE) -C $$i ; done
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ CONF_NAME = chart.conf
|
||||||
|
|
||||||
INSTDIR = /usr/bin/
|
INSTDIR = /usr/bin/
|
||||||
CONFDIR = /etc/weatherstation/
|
CONFDIR = /etc/weatherstation/
|
||||||
IMGDIR = /var/cache/weatherstation-char/
|
IMGDIR = /var/cache/weatherstation-chart/
|
||||||
DOCDIR = /usr/share/doc/weatherstation-chart/
|
DOCDIR = /usr/share/doc/weatherstation-chart/
|
||||||
INSTGRP = losinski
|
INSTGRP = losinski
|
||||||
INSTUSR = losinski
|
INSTUSR = losinski
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue