bitreich-drist

fork of bitreich.org/drist
git clone git://git.pyratebeard.net/bitreich-drist.git
Log | Files | Refs | README | LICENSE

commit 6cf99ed18454bf3a7533c638e354f0892daada1b
parent 1937be9bc7349fcd17b34d24cb3738fbba966d62
Author: parazyd <parazyd@dyne.org>
Date:   Fri,  7 Jun 2019 14:08:35 +0200

Change default PREFIX to /usr/local.

It is the usual prefix used for software being installed outside of a
package manager.

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -3,7 +3,7 @@ .POSIX: BIN = drist -PREFIX ?= /usr +PREFIX ?= /usr/local BINDIR ?= ${PREFIX}/bin MANDIR ?= ${PREFIX}/share/man