Fix install
This commit is contained in:
parent
72bad1b01b
commit
cd49f0e88d
4
Makefile
4
Makefile
@ -3,5 +3,5 @@ FILES = .bash_aliases .bashrc .inputrc .profile .vimrc .xsessionrc
|
|||||||
install:
|
install:
|
||||||
cp -v $(FILES) $(HOME)
|
cp -v $(FILES) $(HOME)
|
||||||
cp -rv bin $(HOME)/bin
|
cp -rv bin $(HOME)/bin
|
||||||
cp -rv .local $(HOME)/.local
|
cp -rv .local $(HOME)
|
||||||
cp -rv .config $(HOME)/.config
|
cp -rv .config $(HOME)
|
Loading…
Reference in New Issue
Block a user