summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1d41c75..4c43d2a 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ DISTPKG=$(P).tar.bz2
SUBDIRS=app lib www
EXTRA_DIST=config.mk Makefile README
-CONF_FILES=acf.conf passwd roles
+CONF_FILES=acf.conf
DISTFILES=$(EXTRA_DIST) $(CONF_FILES)
@@ -52,6 +52,5 @@ phony+=install
install: install-recursive $(CONF_FILES)
mkdir -p $(DESTDIR)/etc/acf
cp $(CONF_FILES) $(DESTDIR)/etc/acf
- chmod 600 $(DESTDIR)/etc/acf/passwd
.PHONY: $(phony)