From 224ef19d72ffecd1a9c63f405400ec4c7e03874c Mon Sep 17 00:00:00 2001 From: losinshi Date: Sun, 24 Sep 2006 19:54:16 +0000 Subject: [PATCH] Copying fixed git-svn-id: file:///home/jan/tmp/wetterstation/trunk@135 dd492736-c11a-0410-ad51-8c26713eaf7f --- cronjob/chart/Makefile | 1 + cronjob/checksensor/Makefile | 1 + deamon/seriell/Makefile | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/cronjob/chart/Makefile b/cronjob/chart/Makefile index e8c50b2..8e1922f 100644 --- a/cronjob/chart/Makefile +++ b/cronjob/chart/Makefile @@ -99,6 +99,7 @@ install: # chmod 755 $(CONF_NAME); \ # chgrp $(CONFGRP) $(CONF_NAME); \ # chown $(CONFUSR) $(CONF_NAME) + @ mkdir -p $(DESTDIR)$(DOCDIR) @ cp COPYING $(DESTDIR)$(DOCDIR) diff --git a/cronjob/checksensor/Makefile b/cronjob/checksensor/Makefile index 33ef9d5..f962fad 100644 --- a/cronjob/checksensor/Makefile +++ b/cronjob/checksensor/Makefile @@ -61,6 +61,7 @@ install: # chmod 755 $(CONF_NAME); \ # chgrp $(CONFGRP) $(CONF_NAME); \ # chown $(CONFUSR) $(CONF_NAME) + @ mkdir -p $(DESTDIR)$(DOCDIR) @ cp COPYING $(DESTDIR)$(DOCDIR) diff --git a/deamon/seriell/Makefile b/deamon/seriell/Makefile index b4acdc3..8543f5f 100644 --- a/deamon/seriell/Makefile +++ b/deamon/seriell/Makefile @@ -12,7 +12,7 @@ CONF_NAME = weatherd.conf INSTDIR = /usr/bin/ CONFDIR = /etc/weatherstation/ -DOCDIR = /usr/share/doc/weatherstation-seriell/ +DOCDIR = /usr/share/doc/weatherstation-weatherd/ INSTGRP = losinski INSTUSR = losinski @@ -68,6 +68,7 @@ install: # chmod 755 $(CONF_NAME); \ # chgrp $(CONFGRP) $(CONF_NAME); \ # chown $(CONFUSR) $(CONF_NAME) + @ mkdir -p $(DESTDIR)$(DOCDIR) @ cp COPYING $(DESTDIR)$(DOCDIR)