aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-18 23:11:35 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-18 23:11:35 +1200
commitfa50575a8526d4c77e5227e988db194415e021ba (patch)
tree278d58a759a6b5af088c12c973108f58470f0995
parentClean up xyzzy(6df) a bit (diff)
downloaddotfiles-fa50575a8526d4c77e5227e988db194415e021ba.tar.gz
dotfiles-fa50575a8526d4c77e5227e988db194415e021ba.zip
Install bin/han as part of Bash target
Blocks install on a fresh OpenBSD without Bash
-rw-r--r--Makefile6
1 files 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)