From 6d85766fb3fa66abd49fe0f2a093523e868141c3 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 10 Jul 2012 09:16:16 +0200 Subject: [PATCH] postgresql: switch to /usr. --- srcpkgs/postgresql/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/postgresql/template b/srcpkgs/postgresql/template index 25ba401a34b..2d3a7ae174a 100644 --- a/srcpkgs/postgresql/template +++ b/srcpkgs/postgresql/template @@ -1,7 +1,7 @@ # Template file for 'postgresql' pkgname=postgresql version=8.4.12 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-docdir=/usr/share/doc --with-openssl --with-python --with-pam --datadir=/usr/share/postgresql --enable-thread-safety @@ -41,8 +41,8 @@ postgres_descr="PostgreSQL database server user" post_install() { vinstall ${FILESDIR}/${pkgname}.confd 644 etc/default ${pkgname} - vinstall ${FILESDIR}/${pkgname}.service 644 lib/systemd/system - vinstall ${FILESDIR}/${pkgname}-initdb 755 lib/systemd/scripts + vinstall ${FILESDIR}/${pkgname}.service 644 usr/lib/systemd/system + vinstall ${FILESDIR}/${pkgname}-initdb 755 usr/lib/systemd/scripts vinstall ${FILESDIR}/${pkgname}.pam 644 etc/pam.d ${pkgname} vinstall ${DESTDIR}/usr/share/${pkgname}/${pkgname}.conf.sample \ 644 etc/${pkgname} ${pkgname}.conf