From 437d86dfd7b6e1fe64f0ed2fd631e52fb5b408d4 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 26 Apr 2014 23:32:15 +1200 Subject: Remove ack(1) I just wasn't using it; not enough advantages over grep(1) with a little BRE reading and some judicious use of find(1) --- Makefile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ab788dcd..a5f41430 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,4 @@ -install : install-ack \ - install-bash \ +install : install-bash \ install-curl \ install-git \ install-gnupg \ @@ -8,12 +7,6 @@ install : install-ack \ install-terminfo \ install-vim -install-ack : - mkdir -p $(HOME)/.local/bin - rm -fr $(HOME)/.local/bin/ack $(HOME)/.ackrc - ln -s $(PWD)/ack/ack $(HOME)/.local/bin/ack - ln -s $(PWD)/ack/ackrc $(HOME)/.ackrc - install-bash : mkdir -p $(HOME)/.config rm -f $(HOME)/.bashrc $(HOME)/.bash_profile \ -- cgit v1.2.3