diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-12-23 01:07:46 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-12-23 01:07:46 +0000 |
commit | eab6b245665bb6928d6b540a7404885bb288d78e (patch) | |
tree | b2171269fff4e3acc718c9453a76c4864e6f97cd /system/fcron/APKBUILD | |
parent | 6041e747c0dffde281df068b67d0a46f12a5c767 (diff) | |
download | packages-eab6b245665bb6928d6b540a7404885bb288d78e.tar.gz packages-eab6b245665bb6928d6b540a7404885bb288d78e.tar.bz2 packages-eab6b245665bb6928d6b540a7404885bb288d78e.tar.xz packages-eab6b245665bb6928d6b540a7404885bb288d78e.zip |
system/fcron: explicitly specify sendmail location
Diffstat (limited to 'system/fcron/APKBUILD')
-rw-r--r-- | system/fcron/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/fcron/APKBUILD b/system/fcron/APKBUILD index 8f80e488d..1a3d7cc99 100644 --- a/system/fcron/APKBUILD +++ b/system/fcron/APKBUILD @@ -24,6 +24,7 @@ build() { --host=$CHOST \ --prefix=/usr \ --with-editor=/usr/bin/vim \ + --with-sendmail=/usr/sbin/sendmail \ --with-spooldir=/var/spool/fcron \ --sysconfdir=/etc/fcron \ --with-answer-all=no \ |