projects
/
~madcoder
/
dotfiles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
e36f2bc
)
create gdb cache directory
author
Pierre Habouzit
<madcoder@debian.org>
Tue, 12 May 2009 21:46:57 +0000
(23:46 +0200)
committer
Pierre Habouzit
<madcoder@debian.org>
Tue, 12 May 2009 21:46:57 +0000
(23:46 +0200)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
+bin/madconf
patch
|
blob
|
history
diff --git
a/+bin/madconf
b/+bin/madconf
index
aae2ee2
..
8426c43
100755
(executable)
--- 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