From 350a1d642830ed79e7326c6130248457d716b66a Mon Sep 17 00:00:00 2001 From: scarf Date: Thu, 11 Sep 2025 01:28:55 +0900 Subject: [PATCH] build: customizable install `prefix` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f823f6e93..5529113d4 100644 --- a/Makefile +++ b/Makefile @@ -74,7 +74,7 @@ endif ## Install/uninstall tasks are here for use on *nix platform. On Windows, there is no equivalent. DESTDIR := -prefix := /usr/local +prefix ?= /usr/local bindir := ${prefix}/bin datadir := ${prefix}/share mandir := ${datadir}/man