aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-21 10:38:06 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-21 10:38:06 +1200
commitab7010506fb30c1ceb59b0099baa3a9ce688cfed (patch)
treebaaca8b080d290a812b73edce22af587f91d0aa8
parentUpdate to new shell script policy (diff)
downloaddotfiles-ab7010506fb30c1ceb59b0099baa3a9ce688cfed.tar.gz
dotfiles-ab7010506fb30c1ceb59b0099baa3a9ce688cfed.zip
Downgrade install-terminfo from defaults
But still required for install-tmux (256 colours and custom terminfo file)
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 49304591..0c57d423 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,6 @@
install-readline \
install-sh \
install-subversion \
- install-terminfo \
install-tmux \
install-urxvt \
install-vim \
@@ -130,7 +129,6 @@ install : install-bash \
install-gnupg \
install-readline \
install-sh \
- install-terminfo \
install-vim
install-abook :
@@ -275,12 +273,11 @@ install-subversion :
install -pm 0644 -- subversion/config "$(HOME)"/.subversion/config
install-terminfo :
- command -v tic || exit 0
for info in terminfo/*.info ; do \
tic -- "$$info" ; \
done
-install-tmux : tmux/tmux.conf
+install-tmux : tmux/tmux.conf install-terminfo
install -pm 0644 -- tmux/tmux.conf "$(HOME)"/.tmux.conf
install-urxvt : check-urxvt