The default installation location should be /usr/local.

This commit is contained in:
David Given 2018-09-01 15:34:01 +02:00
parent 6f74f1caf3
commit 1d9f9074d9

View file

@ -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?