summaryrefslogtreecommitdiff
path: root/community/esmtp/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/esmtp/PKGBUILD')
-rw-r--r--community/esmtp/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/esmtp/PKGBUILD b/community/esmtp/PKGBUILD
index b275244ff..a234ff615 100644
--- a/community/esmtp/PKGBUILD
+++ b/community/esmtp/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=esmtp
pkgver=1.2
-pkgrel=4
+pkgrel=5
pkgdesc="An easy SMTP forwarder."
arch=('i686' 'x86_64')
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
}