From 5986fca75ff3f35f1cc1dd722f73b0ecd6ef699f Mon Sep 17 00:00:00 2001 From: Morgan Aldridge Date: Sat, 5 Jan 2019 21:58:27 -0500 Subject: [PATCH] Home path in Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 678c2cf..6753f2c 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,8 @@ pixmap: curl -# -L http://sb.fluomedia.org/macintosh/img/balloon.xpm -o $(PIXMAP)/balloon.xpm install: - cp -R $(CONF) $HOME/ - ln -s $HOME/$(CONF)/.mlvwmrc $HOME/.mlvwmrc + cp -R $(CONF) $(HOME)/ + ln -s $(HOME)/$(CONF)/.mlvwmrc $(HOME)/.mlvwmrc clean: rm -r $(PIXMAP)/*.xpm