From be08aaa7b9449cab5f20090ed754e451e4566672 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Wed, 2 Sep 2015 11:52:39 +0200 Subject: [PATCH] main/chrony: adjust path to sendmail(1) The default configuration assumes that sendmail is located at /usr/lib/sendmail, however, the sendmail version shipped by busybox is located at /usr/sbin/sendmail. --- main/chrony/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main/chrony/APKBUILD b/main/chrony/APKBUILD index ae46d8317c9..767754c4078 100644 --- a/main/chrony/APKBUILD +++ b/main/chrony/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=chrony pkgver=2.1.1 -pkgrel=4 +pkgrel=5 _ver=${pkgver/_/-} pkgdesc="NTP client and server programs" url="http://chrony.tuxfamily.org/" @@ -51,6 +51,7 @@ build() { --sysconfdir=/etc/$pkgname \ --disable-readline \ --with-user=$pkgname \ + --with-sendmail=/usr/sbin/sendmail \ || return 1 make all docs || return 1