summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNatanael Copa <natanael.copa@gmail.com>2007-08-14 22:26:18 +0000
committerNatanael Copa <natanael.copa@gmail.com>2007-08-14 22:26:18 +0000
commit1956804d2324a8dc6f9bc4a0beb9c27dd3b7a283 (patch)
tree44f1e0716ac54052c608990c8b671d658a7b9dc4 /Makefile
parentdc53423183a0c459284ebd139022b707f01af006 (diff)
downloadacf-core-1956804d2324a8dc6f9bc4a0beb9c27dd3b7a283.tar.bz2
acf-core-1956804d2324a8dc6f9bc4a0beb9c27dd3b7a283.tar.xz
added acf.conf
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@221 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 73e35f4..dc80c6d 100644
--- a/Makefile
+++ b/Makefile
@@ -8,6 +8,7 @@ DISTPKG=$(P).tar.bz2
SUBDIRS=app lib www
EXTRA_DIST=ChangeLog Makefile README TODO
+CONF_FILES=acf.conf
DISTFILES=$(EXTRA_DIST)
@@ -48,6 +49,8 @@ $(DISTPKG): distdir $(DISTFILES)
rm -r $(DISTDIR)
phony+=install
-install: install-recursive
+install: install-recursive $(CONF_FILES)
+ mkdir -p $(DESTDIR)/etc/acf
+ cp $(CONF_FILES) $(DESTDIR)/etc/acf
.PHONY: $(phony)