From 0fada760de61b9535c9466a4e8efd95ea24b36f0 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 9 Aug 2016 11:11:50 +1200 Subject: Remove double-up install-bash target --- Makefile | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8e3d6239..45decf3d 100644 --- a/Makefile +++ b/Makefile @@ -215,17 +215,6 @@ install-pdksh : test-pdksh install -pm 0644 -- pdksh/kshrc "$(HOME)"/.kshrc install -pm 0644 -- pdksh/kshrc.d/* "$(HOME)"/.kshrc.d -install-bash : test-bash - install -m 0755 -d -- \ - "$(HOME)"/.config \ - "$(HOME)"/.bashrc.d \ - "$(HOME)"/.bash_profile.d - install -pm 0644 -- bash/bashrc "$(HOME)"/.bashrc - install -pm 0644 -- bash/bashrc.d/* "$(HOME)"/.bashrc.d - install -pm 0644 -- bash/bash_profile "$(HOME)"/.bash_profile - install -pm 0644 -- bash/bash_profile.d/* "$(HOME)"/.bash_profile.d - install -pm 0644 -- bash/bash_logout "$(HOME)"/.bash_logout - install-maildir : install -m 0755 -d -- \ "$(HOME)"/Mail/inbox/cur \ -- cgit v1.2.3