diff options
Diffstat (limited to 'community/esmtp')
-rw-r--r-- | community/esmtp/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/esmtp/PKGBUILD b/community/esmtp/PKGBUILD index 45078ab9c..8c7c59029 100644 --- a/community/esmtp/PKGBUILD +++ b/community/esmtp/PKGBUILD @@ -5,7 +5,7 @@ pkgname=esmtp pkgver=1.2 -pkgrel=4.2 +pkgrel=5 pkgdesc="An easy SMTP forwarder." arch=('i686' 'x86_64' 'mips64el') url='http://esmtp.sourceforge.net' @@ -20,7 +20,7 @@ md5sums=('79a9c1f9023d53f35bb82bf446150a72') build() { cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --sysconfdir=/etc + ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin make } |