diff options
author | Nick Hanley <nicholasjhanley@gmail.com> | 2022-02-23 23:55:23 -0500 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2022-03-16 09:16:16 +0000 |
commit | 3e33c9fc71083e65ebfec415efdba01c62651a20 (patch) | |
tree | f2f08b6d37d3757ec46d27fcd253a47c27b7dc3d /setup-acf.in | |
parent | ad16e3efcc94edca000a0b571d00b32435598c0d (diff) | |
download | alpine-conf-3e33c9fc71083e65ebfec415efdba01c62651a20.zip |
fix PREFIX in *.in
Commit ec0c7a7 changed the sed expression for PREFIX injection but
forgot to update the scripts.
Diffstat (limited to 'setup-acf.in')
-rw-r--r-- | setup-acf.in | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |