diff --git a/Makefile b/Makefile index 42c4fe2..121af8d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ MakeDirs = cronjob deamon -InstallDirs = cronjob deamon database #webstuff +InstallDirs = cronjob deamon database webstuff binary: for i in $(MakeDirs); do $(MAKE) -C $$i ; done diff --git a/cronjob/chart/Makefile b/cronjob/chart/Makefile index c2cd077..fa97a66 100644 --- a/cronjob/chart/Makefile +++ b/cronjob/chart/Makefile @@ -13,7 +13,7 @@ CONF_NAME = chart.conf INSTDIR = /usr/bin/ CONFDIR = /etc/weatherstation/ -IMGDIR = /var/cache/weatherstation-char/ +IMGDIR = /var/cache/weatherstation-chart/ DOCDIR = /usr/share/doc/weatherstation-chart/ INSTGRP = losinski INSTUSR = losinski