commit 2f87679733b30e0f140e2d8ab7e7d483027df13a parent e13dfb34f5e8975fcd1f2fd454ed2c2ad68efb6f Author: lash <dev@holbrook.no> Date: Mon, 3 Mar 2025 03:25:06 +0000 Explicitly set destdir for aux build Diffstat:
M | src/aux/Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/aux/Makefile b/src/aux/Makefile @@ -1,4 +1,4 @@ -DESTDIR := /usr/local +DESTDIR := `realpath .` export DESTDIR install: hashmap