From fa50575a8526d4c77e5227e988db194415e021ba Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 18 May 2020 23:11:35 +1200 Subject: Install bin/han as part of Bash target Blocks install on a fresh OpenBSD without Bash --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 5c2ab6c8..ee57aba9 100644 --- a/Makefile +++ b/Makefile @@ -138,7 +138,6 @@ BINS = bin/ap \ bin/gred \ bin/gscr \ bin/gwp \ - bin/han \ bin/hms \ bin/htdec \ bin/htenc \ @@ -376,12 +375,13 @@ install-abook: mkdir -p -- $(HOME)/.abook cp -p -- abook/abookrc $(HOME)/.abook -install-bash: check-bash install-sh - mkdir -p -- $(HOME)/.bashrc.d +install-bash: check-bash install-sh bin/han + mkdir -p -- $(HOME)/.bashrc.d $(HOME)/.local/bin cp -p -- bash/bashrc $(HOME)/.bashrc cp -p -- bash/bashrc.d/* $(HOME)/.bashrc.d cp -p -- bash/bash_profile $(HOME)/.bash_profile cp -p -- bash/bash_logout $(HOME)/.bash_logout + cp -p -- bin/han $(HOME)/.local/bin install-bash-completion: install-bash mkdir -p -- $(HOME)/.bash_completion.d $(XDG_CONFIG_HOME) -- cgit v1.2.3