Add missing cache directory
authorPierre Habouzit <madcoder@debian.org>
Mon, 28 Dec 2009 18:25:10 +0000 (19:25 +0100)
committerPierre Habouzit <madcoder@debian.org>
Mon, 28 Dec 2009 18:25:10 +0000 (19:25 +0100)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
+bin/madconf

index a8d5d15..dfccb81 100755 (executable)
@@ -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