From 6f26ca2ef205424252bd1313a112ca3f54a08606 Mon Sep 17 00:00:00 2001 From: Roy Marples <roy@marples.name> Date: Thu, 13 Apr 2023 18:48:04 +0100 Subject: [PATCH] configure: fix prefix --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 8eed93c..47ff2f1 100755 --- a/configure +++ b/configure @@ -11,7 +11,7 @@ BUILD= HOST= HOSTCC= TARGET= -PREFIX=/usr +: ${PREFIX=/usr} INCLUDEDIR= DEBUG= POLL=