Fix install bin files

This commit is contained in:
Przemek Grondek 2022-12-14 00:47:57 +01:00
parent dcaa42a9ba
commit 8bcf1553f2

View File

@ -2,6 +2,6 @@ FILES = .bash_aliases .bashrc .inputrc .profile .vimrc .xsessionrc
install:
cp -v $(FILES) $(HOME)
cp -rv bin $(HOME)/bin
cp -rv bin/* $(HOME)/bin
cp -rv .local $(HOME)
cp -rv .config $(HOME)
cp -rv .config $(HOME)