From 2b3a3f47808b4024c703d4a4458f06483a8c40cb Mon Sep 17 00:00:00 2001 From: Bruno Cesar Ribas Date: Thu, 23 Aug 2018 10:11:09 -0300 Subject: 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 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3