From 4d1f2b15040163ef6a9f401aea03895167460e45 Mon Sep 17 00:00:00 2001 From: losinshi Date: Wed, 27 Sep 2006 13:50:25 +0000 Subject: [PATCH] fixing Makefiles git-svn-id: file:///home/jan/tmp/wetterstation/trunk@148 dd492736-c11a-0410-ad51-8c26713eaf7f --- Makefile | 2 +- cronjob/chart/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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