From 3bf374f4b530dccf491f2cb39e05179ea2baa8ab Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Sun, 5 Oct 2014 21:57:32 +0200 Subject: Fixed Makefile issue --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4efed31..002c950 100644 --- a/Makefile +++ b/Makefile @@ -15,10 +15,12 @@ install: all all: bash compton vim xresources numix-no-title herbstluftwm numix-no-title: - ln -sf $(PWD)/$(THEMES_DIR)/$(NUMIX) ~/$(THEMES_DIR) + mkdir -p ~/$(THEMES_DIR) + ln -sf $(PWD)/$(THEMES_DIR)/$(NUMIX) ~/$(THEMES_DIR)/ herbstluftwm: - ln -sf $(PWD)/$(CONFIG_DIR)/$(HERBSTLUFT) ~/$(CONFIG_DIR) + mkdir -p ~/$(CONFIG_DIR) + ln -sf $(PWD)/$(CONFIG_DIR)/$(HERBSTLUFT) ~/$(CONFIG_DIR)/ bash: ln -sf $(PWD)/$(BASHRC) ~ -- cgit v1.2.3