From cd49f0e88d290fcd7204d6e9c4afabe3e69a6c15 Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Sat, 3 Sep 2022 15:21:19 +0200 Subject: [PATCH] Fix install --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cdf37d8..e962585 100644 --- a/Makefile +++ b/Makefile @@ -3,5 +3,5 @@ FILES = .bash_aliases .bashrc .inputrc .profile .vimrc .xsessionrc install: cp -v $(FILES) $(HOME) cp -rv bin $(HOME)/bin - cp -rv .local $(HOME)/.local - cp -rv .config $(HOME)/.config \ No newline at end of file + cp -rv .local $(HOME) + cp -rv .config $(HOME) \ No newline at end of file