summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Solano Gómez <gentoo@sattvik.com>2013-03-03 20:19:34 -0600
committerDaniel Solano Gómez <gentoo@sattvik.com>2013-03-03 20:19:34 -0600
commit25bb5180abf467e4a1be3f646f76e44035071b17 (patch)
treed0a39e666b692173be5de7439cd8606e00def4c2 /profiles
parentAdd some make defaults (diff)
downloadsattvik-25bb5180abf467e4a1be3f646f76e44035071b17.tar.gz
sattvik-25bb5180abf467e4a1be3f646f76e44035071b17.tar.bz2
sattvik-25bb5180abf467e4a1be3f646f76e44035071b17.zip
Fix broken sendmail path.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/sattvik/linux/amd64/13.0/make.defaults2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/sattvik/linux/amd64/13.0/make.defaults b/profiles/sattvik/linux/amd64/13.0/make.defaults
index a54fe9a..0579544 100644
--- a/profiles/sattvik/linux/amd64/13.0/make.defaults
+++ b/profiles/sattvik/linux/amd64/13.0/make.defaults
@@ -10,7 +10,7 @@ FCFLAGS="${FFLAGS}"
PORTAGE_ELOG_CLASSES="*"
PORTAGE_ELOG_SYSTEM="save mail:warn,error,log echo"
-PORTAGE_ELOG_MAILURI="root /usr/bin/sendmail"
+PORTAGE_ELOG_MAILURI="root /usr/sbin/sendmail"
PORTAGE_ELOG_MAILFROM="portage"
PORTAGE_ELOG_MAILSUBJECT="[portage] \${HOST}: \${ACTION} \${PACKAGE}"