From 83d57aa680c785d705b54a0e918a07de9cd7c78b Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 5 May 2013 15:43:24 +0100 Subject: Install: move dwm target directory under projects/ --- install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install') diff --git a/install b/install index 80dc2993..d7e89c0f 100755 --- a/install +++ b/install @@ -36,9 +36,9 @@ install-dot () { install-dot .emacs.d/ dotfiles/emacs/* install-dot . dotfiles/^install(.) dotfiles/zsh/zshrc install-dot .ssh/ dotfiles/ssh/* -if [[ -d dwm ]] +if [[ -d projects/dwm ]] then - install-dot dwm/ dotfiles/dwm/* + install-dot projects/dwm/ dotfiles/dwm/* fi popd -- cgit 1.4.1