postgresql: switch to /usr.
This commit is contained in:
parent
2f523f74ef
commit
6d85766fb3
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'postgresql'
|
# Template file for 'postgresql'
|
||||||
pkgname=postgresql
|
pkgname=postgresql
|
||||||
version=8.4.12
|
version=8.4.12
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-docdir=/usr/share/doc --with-openssl --with-python
|
configure_args="--with-docdir=/usr/share/doc --with-openssl --with-python
|
||||||
--with-pam --datadir=/usr/share/postgresql --enable-thread-safety
|
--with-pam --datadir=/usr/share/postgresql --enable-thread-safety
|
||||||
|
@ -41,8 +41,8 @@ postgres_descr="PostgreSQL database server user"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall ${FILESDIR}/${pkgname}.confd 644 etc/default ${pkgname}
|
vinstall ${FILESDIR}/${pkgname}.confd 644 etc/default ${pkgname}
|
||||||
vinstall ${FILESDIR}/${pkgname}.service 644 lib/systemd/system
|
vinstall ${FILESDIR}/${pkgname}.service 644 usr/lib/systemd/system
|
||||||
vinstall ${FILESDIR}/${pkgname}-initdb 755 lib/systemd/scripts
|
vinstall ${FILESDIR}/${pkgname}-initdb 755 usr/lib/systemd/scripts
|
||||||
vinstall ${FILESDIR}/${pkgname}.pam 644 etc/pam.d ${pkgname}
|
vinstall ${FILESDIR}/${pkgname}.pam 644 etc/pam.d ${pkgname}
|
||||||
vinstall ${DESTDIR}/usr/share/${pkgname}/${pkgname}.conf.sample \
|
vinstall ${DESTDIR}/usr/share/${pkgname}/${pkgname}.conf.sample \
|
||||||
644 etc/${pkgname} ${pkgname}.conf
|
644 etc/${pkgname} ${pkgname}.conf
|
||||||
|
|
Loading…
Reference in a new issue