aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruno Cesar Ribas <brunoribas@gmail.com>2018-08-23 13:11:09 +0000
committerBruno Cesar Ribas <brunoribas@gmail.com>2018-08-23 13:11:09 +0000
commit2b3a3f47808b4024c703d4a4458f06483a8c40cb (patch)
tree00bc1a9efb319d0e630dce0de5b711f56adfdab9 /Makefile
parente9f46cd4aa43ee1b76faeed55f0eaf6945c237b7 (diff)
downloadboca-2b3a3f47808b4024c703d4a4458f06483a8c40cb.tar.gz
boca-2b3a3f47808b4024c703d4a4458f06483a8c40cb.zip
install-bocadb: Installs files to postgresql
Config files to postgresql are simply copied. When installing from Debian package it will prompt the user what to do with the pg_hba.conf Signed-off-by: Bruno Cesar Ribas <brunoribas@gmail.com>
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