diff options
| author | Bruno Cesar Ribas <brunoribas@gmail.com> | 2018-08-23 13:11:09 +0000 |
|---|---|---|
| committer | Bruno Cesar Ribas <brunoribas@gmail.com> | 2018-08-23 13:11:09 +0000 |
| commit | 2b3a3f47808b4024c703d4a4458f06483a8c40cb (patch) | |
| tree | 00bc1a9efb319d0e630dce0de5b711f56adfdab9 /Makefile | |
| parent | e9f46cd4aa43ee1b76faeed55f0eaf6945c237b7 (diff) | |
| download | boca-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-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |