summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-07-05 00:23:53 +0200
committerPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-07-05 00:23:53 +0200
commitc64e69af42bcd3265b75c86b84e68b29225f229a (patch)
tree05b592e3141a2975d79c1a83701cd869716ab6a4 /Makefile
parentbf90eca598bb510af22617dbbb15af3b599cc268 (diff)
using mutt instead of msmtp0.2.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2ac3a32..7f67778 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,6 @@ install:
test ! -d $(DESTDIR)/etc/default && mkdir -p $(DESTDIR)/etc/default || exit 0
cp ./src/muttdelay.default.conf $(DESTDIR)/etc/default/muttdelay
cp ./src/*.vim $(DESTDIR)/usr/share/$(NAME)/
- cp ./src/*.sample $(DESTDIR)/usr/share/$(NAME)/
deinstall:
test ! -z "$(DESTDIR)" && test -f $(DESTDIR)/usr/bin/$(NAME) && rm $(DESTDIR)/usr/bin/$(NAME) || exit 0