postgresql: actually make homedir (#4467)
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Template file for 'postgresql'
|
# Template file for 'postgresql'
|
||||||
pkgname=postgresql
|
pkgname=postgresql
|
||||||
version=9.5.3
|
version=9.5.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
make_build_target="world"
|
make_build_target="world"
|
||||||
configure_args="--with-openssl --with-python
|
configure_args="--with-openssl --with-python
|
||||||
@@ -28,6 +28,7 @@ system_accounts="postgres"
|
|||||||
postgres_homedir="/var/lib/${pkgname}"
|
postgres_homedir="/var/lib/${pkgname}"
|
||||||
postgres_shell="/bin/sh"
|
postgres_shell="/bin/sh"
|
||||||
postgres_descr="PostgreSQL database server user"
|
postgres_descr="PostgreSQL database server user"
|
||||||
|
make_dirs="/var/lib/postgresql 0750 postgres postgres"
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
configure_args+=" --without-perl --without-python --without-tcl"
|
configure_args+=" --without-perl --without-python --without-tcl"
|
||||||
|
|||||||
Reference in New Issue
Block a user