summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xinstall4
1 files changed, 2 insertions, 2 deletions
diff --git a/install b/install
index 80dc299..d7e89c0 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