From 1d9f9074d990e2c6bbe59cf7193a8c4fdf58ad35 Mon Sep 17 00:00:00 2001 From: David Given Date: Sat, 1 Sep 2018 15:34:01 +0200 Subject: [PATCH] The default installation location should be /usr/local. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d3057fe76..95755a917 100644 --- a/Makefile +++ b/Makefile @@ -15,8 +15,8 @@ ACK_TEMP_DIR = /tmp # install it and just want to run the ACK from the build directory # (/tmp/ack-build/staging, by default), leave this as $(INSDIR). -#PREFIX = /usr/local -PREFIX = $(INSDIR) +PREFIX = /usr/local +#PREFIX = $(INSDIR) # Where do you want to put the object files used when building?