Rewrite icons path in target .mlvwmrc, not the symlink

This commit is contained in:
Morgan Aldridge 2019-01-05 22:13:57 -05:00
parent 21bab8b431
commit a633ab7393
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ pixmap:
install:
cp -R $(CONF) $(HOME)/
ln -fs $(HOME)/$(CONF)/.mlvwmrc $(HOME)/.mlvwmrc
sed -i 's@/home2/tak/bin/pixmap@$(HOME)@g' $(HOME)/.mlvwmrc
sed -i 's@/home2/tak/bin/pixmap@$(HOME)@g' $(HOME)/$(CONF)/.mlvwmrc
clean:
rm -r $(PIXMAP)