From 21bab8b431ac4404b4476631c605c540e0698ef7 Mon Sep 17 00:00:00 2001 From: Morgan Aldridge Date: Sat, 5 Jan 2019 22:11:38 -0500 Subject: [PATCH] Makefile install will rewrite icon path in .mlvwmrc --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bf06a4d..92d1d95 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,8 @@ pixmap: install: cp -R $(CONF) $(HOME)/ - ln -s $(HOME)/$(CONF)/.mlvwmrc $(HOME)/.mlvwmrc + ln -fs $(HOME)/$(CONF)/.mlvwmrc $(HOME)/.mlvwmrc + sed -i 's@/home2/tak/bin/pixmap@$(HOME)@g' $(HOME)/.mlvwmrc clean: rm -r $(PIXMAP)