summary refs log tree commit diff stats
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rwxr-xr-xinstall5
1 files changed, 5 insertions, 0 deletions
diff --git a/install b/install
index 85dd7a7b..da30f8cb 100755
--- a/install
+++ b/install
@@ -5,6 +5,11 @@ pushd $HOME
 
 setopt EXTENDED_GLOB
 
+if [[ ! -d $target ]]
+then
+	mkdir -pv $target
+fi
+
 if [[ -d ~/Library/LaunchAgents ]]
 then
 	ln -sf $target/launchagents/* ~/Library/LaunchAgents