From 564d9e780d374b4c66da2e0061d0394b6d39296e Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Thu, 1 May 2014 23:38:24 +0200 Subject: Fixed critical bug deleting ~ content.. Glad is was a VM :) --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0595784..e233395 100644 --- a/Makefile +++ b/Makefile @@ -1,21 +1,21 @@ -NUMIX-NO-TITLE = .local/share/themes/numix-no-title +NUMIX = .local/share/themes/numix-no-title BASHRC = .bashrc VIMRC = .vimrc HERBSTLUFT = .config/herbstluftwm install: all -all: bash vim numix-no-title herbstluft +all: bash vim numix-no-title herbstluftwm numix-no-title: #create wm theme dir if not exist - mkdir -p ~/$(NUMIX-NO-TILE) + mkdir -p ~/$(NUMIX) #remove content if existing - -rm -rf ~/$(NUMIX-NO-TILE)/* + -rm -rf ~/$(NUMIX)/* #copy new contents in - cp -rf $(NUMIX-NO-TILE)/* ~/$(NUMIX-NO-TITLE)/ + cp -rf $(NUMIX)/* ~/$(NUMIX)/ herbstluftwm: #create herbstluftwm if not exist -- cgit v1.2.3