From 2aa266ac28e1339c08acfca50dadc504b324a723 Mon Sep 17 00:00:00 2001 From: Pierre Habouzit Date: Mon, 28 Dec 2009 19:25:10 +0100 Subject: [PATCH] Add missing cache directory Signed-off-by: Pierre Habouzit --- +bin/madconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/+bin/madconf b/+bin/madconf index a8d5d15..dfccb81 100755 --- a/+bin/madconf +++ b/+bin/madconf @@ -21,6 +21,6 @@ find $dotfiles -mindepth 1 \( -name '[+.]*' -prune -o -not -type d -print \) | w dot_ln "$f" ".${f#$dotfiles/}" done -for cache in mutt ssh gdb zsh rlwrap ccache; do +for cache in compose mutt ssh gdb zsh rlwrap ccache; do mkdir -p "$HOME/.cache/$cache" done -- 2.20.1