From 0e54dbcaeb3f20c9e189a7d10e24f3676284795d Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Mon, 25 Jan 2016 10:37:28 +0000 Subject: Create missing directories in dotfiles deployment --- install.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.yaml') diff --git a/install.yaml b/install.yaml index 0212602..b2e883c 100644 --- a/install.yaml +++ b/install.yaml @@ -1,6 +1,6 @@ # Commands to install / uninstall symlinks commands: - up: rm -rf {target} && ln -s {path}/{file} {target} + up: rm -rf {target} && mkdir -p $(dirname {target}) && ln -s {path}/{file} {target} down: rm -rf {target} -- cgit v1.2.3