summary refs log tree commit diff stats
path: root/install
diff options
context:
space:
mode:
authorAlan Pearce2013-05-05 15:43:24 +0100
committerAlan Pearce2013-05-05 15:43:24 +0100
commit83d57aa680c785d705b54a0e918a07de9cd7c78b (patch)
tree2554a5c438d7b38c129532d8742ccb6b6bb48573 /install
parent66854cbd86c31ec95af9b22b12608fee67671671 (diff)
downloaddotfiles-83d57aa680c785d705b54a0e918a07de9cd7c78b.tar.lz
dotfiles-83d57aa680c785d705b54a0e918a07de9cd7c78b.tar.zst
dotfiles-83d57aa680c785d705b54a0e918a07de9cd7c78b.zip
Install: move dwm target directory under projects/
Diffstat (limited to 'install')
-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