summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-08-23 18:32:22 -0400
committerJesse Luehrs <doy@tozt.net>2014-08-23 18:32:35 -0400
commit55d1a71f4a629a19dcefc4f346c3572be421f6fc (patch)
treee70476cbf3a04425995a5b4baa4b9d01b16f155e /Makefile
parent262ec3295d0b5033a85ac4dd884d2039d25fc50e (diff)
downloadconf-55d1a71f4a629a19dcefc4f346c3572be421f6fc.tar.gz
conf-55d1a71f4a629a19dcefc4f346c3572be421f6fc.zip
don't error if ~/Maildir doesn't exist
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2d83d47..ccdb303 100644
--- a/Makefile
+++ b/Makefile
@@ -109,6 +109,7 @@ vim/bundle/vimproc/autoload/vimproc_unix.so : vim/bundle/vimproc/autoload/proc.c
cd vim/bundle/vimproc && make
$(INTO)/Maildir/.notmuch: notmuch
+ mkdir -p $(INTO)/Maildir
@[ ! -e $@ ] || [ -h $@ ] || mv -f $@ $@.bak
$(LN) $(PWD)/$< $@