diff -r 43ccab60bb32 -r 247f27cfcf68 Makefile --- a/Makefile Sat Sep 18 23:31:05 2021 +0300 +++ b/Makefile Sat Sep 18 23:32:53 2021 +0300 @@ -148,7 +148,7 @@ ln -s -f $(HOME)/.bashrc $(HOME)/.bash_profile mkdir -p $(HOME)/.config/mc $(HOME)/.local/share/mc/ umask 0117 - $(INSTALL_DATA) .local/share/mc/bashrc $(HOME)/.local/share/mc/ + ln -s -f $(HOME)/.bashrc $(HOME)/.local/share/mc/bashrc cat .config/mc/mc.ext /etc/mc/mc.ext > $(HOME)/.config/mc/mc.ext ifneq '' '$(filter $(host_os),cygwin linux)' if command -v file 1>/dev/null; then