From 3e33c9fc71083e65ebfec415efdba01c62651a20 Mon Sep 17 00:00:00 2001 From: Nick Hanley Date: Wed, 23 Feb 2022 23:55:23 -0500 Subject: fix PREFIX in *.in Commit ec0c7a7 changed the sed expression for PREFIX injection but forgot to update the scripts. --- setup-acf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup-acf.in') diff --git a/setup-acf.in b/setup-acf.in index 23ef687..1c74636 100644 --- a/setup-acf.in +++ b/setup-acf.in @@ -3,7 +3,7 @@ PROGRAM=setup-acf VERSION=@VERSION@ -PREFIX= +PREFIX=@PREFIX@ . $PREFIX/lib/libalpine.sh usage() { -- cgit v1.2.3