From 24de7655198de1522cf4a33ee914fb371086bcd4 Mon Sep 17 00:00:00 2001 From: Pierre Habouzit Date: Tue, 12 May 2009 23:46:57 +0200 Subject: [PATCH] create gdb 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 aae2ee2..8426c43 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 ssh zsh rlwrap ccache; do +for cache in ssh gdb zsh rlwrap ccache; do mkdir -p "$HOME/.cache/$cache" done -- 2.20.1