Allow prefix to be set on the make line.. make PREFIX=<path>

This commit is contained in:
QC 2013-01-20 11:01:25 +01:00
parent 97bf419028
commit f3935e6c92

View File

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