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