From f2774bae7f65dfca48103fac987ad01f407baaa5 Mon Sep 17 00:00:00 2001 From: losinshi Date: Wed, 27 Sep 2006 16:31:13 +0000 Subject: [PATCH] -kefile changed- Diese und die folgenden Zeilen werden ignoriert -- M webstuff/frontend/Makefile git-svn-id: file:///home/jan/tmp/wetterstation/trunk@172 dd492736-c11a-0410-ad51-8c26713eaf7f --- webstuff/frontend/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/webstuff/frontend/Makefile b/webstuff/frontend/Makefile index 7861e08..fe624a8 100644 --- a/webstuff/frontend/Makefile +++ b/webstuff/frontend/Makefile @@ -15,17 +15,17 @@ install: $(MAKE) DIR=$$i/; \ else \ echo "installiere $$i nach $(PROGDIR)/$$i"; \ - install $$i $(PROGDIR)/$(DIR)/; \ + install -m444 $$i $(PROGDIR)/$(DIR)/; \ fi; \ done; \ fi @ rm -f $(PROGDIR)/Makefile @ rm -rf $(PROGDIR)/images/chart @ install -d $(CONFDIR) - @ install frontend.conf $(CONFDIR) + @ install -m444 frontend.conf $(CONFDIR) @ install -d $(DOCDIR) - @ install COPYING $(DOCDIR) - @ install readme $(DOCDIR) + @ install -m444 COPYING $(DOCDIR) + @ install -m444 readme $(DOCDIR) @ echo "done" clean: