From f3935e6c928d127cf19bfea33a62314133005ac1 Mon Sep 17 00:00:00 2001 From: QC Date: Sun, 20 Jan 2013 11:01:25 +0100 Subject: [PATCH] Allow prefix to be set on the make line.. make PREFIX= --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index a300deb..ec8fa91 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # paths -PREFIX = /usr/local +PREFIX ?= /usr/local MANPREFIX = ${PREFIX}/share/man # In dist tarballs, the version is stored in the VERSION files.