aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ae49c78..db7c68c 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,8 @@ install-scripts:
install-bocadb:
mkdir -p $(DESTDIR)/usr/sbin/
+ mkdir -p $(DESTDIR)/etc
+ cp -r tools/postgresql $(DESTDIR)/etc
install tools/boca-createdb.sh $(DESTDIR)/usr/sbin/boca-createdb
install-bocacommon: install-bocawww