Fix install bin files
This commit is contained in:
parent
dcaa42a9ba
commit
8bcf1553f2
2
Makefile
2
Makefile
@ -2,6 +2,6 @@ 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)
|
cp -rv .local $(HOME)
|
||||||
cp -rv .config $(HOME)
|
cp -rv .config $(HOME)
|
Loading…
Reference in New Issue
Block a user