aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-31 20:33:08 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-31 20:33:08 +1200
commit5b61ce715ff00c1831634d9d6ce92fc12f3fcb68 (patch)
treea4a83d30da2484f00cc5be6f61a5adab1bb116e8
parentMerge branch 'release/v9.15.0' into develop (diff)
parentBump VERSION (diff)
downloaddotfiles-5b61ce715ff00c1831634d9d6ce92fc12f3fcb68.tar.gz
dotfiles-5b61ce715ff00c1831634d9d6ce92fc12f3fcb68.zip
Merge branch 'hotfix/v9.10.6' into develop
* hotfix/v9.10.6: Include full path for msmtp
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9c23c491..53b69fbd 100644
--- a/Makefile
+++ b/Makefile
@@ -98,7 +98,7 @@ XDG_DATA_HOME = $(HOME)/.local/share
NAME = 'Tom Ryder'
EMAIL = tom@sanctum.geek.nz
GPG_KEYID = FA09C06E1B670CD0B2F5DE60C14286EA77BB8872
-SENDMAIL = msmtp
+SENDMAIL = /usr/bin/msmtp
BINS = bin/ap \
bin/apf \