mirror of
https://github.com/morgant/mlvwmrc.git
synced 2024-12-29 04:29:42 +00:00
Rewrite icons path in target .mlvwmrc, not the symlink
This commit is contained in:
parent
21bab8b431
commit
a633ab7393
2
Makefile
2
Makefile
@ -16,7 +16,7 @@ pixmap:
|
|||||||
install:
|
install:
|
||||||
cp -R $(CONF) $(HOME)/
|
cp -R $(CONF) $(HOME)/
|
||||||
ln -fs $(HOME)/$(CONF)/.mlvwmrc $(HOME)/.mlvwmrc
|
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:
|
clean:
|
||||||
rm -r $(PIXMAP)
|
rm -r $(PIXMAP)
|
||||||
|
Loading…
Reference in New Issue
Block a user