postfix: switch to /usr.

This commit is contained in:
Juan RP 2012-07-10 09:27:06 +02:00
parent ef9c0c3db2
commit ce4fb4bc44

View file

@ -1,7 +1,7 @@
# Template file for 'postfix'
pkgname=postfix
version=2.9.1
revision=2
revision=3
makedepends="perl openssl-devel db-devel pcre-devel>=8.30 libsasl-devel
libldap-devel libmysqlclient-devel postgresql-libs-devel sqlite-devel"
short_desc="High-performance mail transport agent"
@ -95,5 +95,5 @@ do_install() {
rm -f ${DESTDIR}/etc/postfix/*.default
# systemd.
vinstall ${FILESDIR}/postfix.service 644 lib/systemd/system
vinstall ${FILESDIR}/postfix.service 644 usr/lib/systemd/system
}