Fix for pixmap path in Makefile install

This commit is contained in:
Morgan Aldridge 2019-01-05 22:17:07 -05:00
parent a633ab7393
commit f6133f775b
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)/$(CONF)/.mlvwmrc
sed -i 's@/home2/tak/bin/pixmap@$(HOME)/$(PIXMAP)@g' $(HOME)/$(CONF)/.mlvwmrc
clean:
rm -r $(PIXMAP)