For Arch, fix path for initdb

This commit is contained in:
Noel McLoughlin 2017-09-23 21:24:56 +01:00
parent 1548337bbe
commit ca3ffc5e4d

View file

@ -5,7 +5,7 @@
Arch:
conf_dir: /var/lib/postgres/data
prepare_cluster:
command: initdb -D /var/lib/postgresql/data
command: initdb -D /var/lib/postgres/data
test: test -f /var/lib/postgres/data/PG_VERSION
pkg_client: postgresql-lib
pkg_dev: postgresql