Makefile install will rewrite icon path in .mlvwmrc

This commit is contained in:
Morgan Aldridge 2019-01-05 22:11:38 -05:00
parent 1145ffa2d5
commit 21bab8b431
1 changed files with 2 additions and 1 deletions

View File

@ -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)