summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-03-19 00:28:26 -0400
committerJesse Luehrs <doy@tozt.net>2014-03-19 00:28:26 -0400
commita00af6baaccf77c63a08429c2db98861b8ab7b3c (patch)
tree6b04a1131d4707fdff975adfa3a3178983413627 /Makefile
parent5bdffbbaaa2973128d95ce49315e3982457b4141 (diff)
downloadconf-a00af6baaccf77c63a08429c2db98861b8ab7b3c.tar.gz
conf-a00af6baaccf77c63a08429c2db98861b8ab7b3c.zip
fix creation of empty dirs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 036cc29..8ec2545 100644
--- a/Makefile
+++ b/Makefile
@@ -66,7 +66,7 @@ BUILD = bin/nethack/timettyrec \
vim/bundle/vimproc/autoload/vimproc_unix.so \
vim/spell/en.utf-8.add.spl
-EMPTYDIRS = $(patsubst services/%,$(INTO)/.log/%,$(wildcard services/*)) .vim/undo .cache/mutt/headers .cache/mutt/bodies
+EMPTYDIRS = $(patsubst services/%,.log/%,$(wildcard services/*)) Maildir .vim/data/undo .cache/mutt/headers .cache/mutt/bodies
ECHO = @echo
LN = @ln -sf