From: Pierre Habouzit Date: Mon, 28 Dec 2009 18:25:10 +0000 (+0100) Subject: Add missing cache directory X-Git-Url: http://git.madism.org/?p=~madcoder%2Fdotfiles.git;a=commitdiff_plain;h=2aa266ac28e1339c08acfca50dadc504b324a723 Add missing cache directory Signed-off-by: Pierre Habouzit --- 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