diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2022-07-12 11:56:19 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2022-07-12 11:56:52 +0200 |
commit | 2b80c3c9298f997b9061656ac9648e4dee4ed788 (patch) | |
tree | 74934145b7849c4649ebedd281ba843692bbe093 /lbu.in | |
parent | 5075895378ee0e4267492d6907ec4b6478ecf5a9 (diff) | |
download | alpine-conf-2b80c3c9298f997b9061656ac9648e4dee4ed788.zip |
lbu: fix sysconfdir regression
fixes commit 4ad15542bc92 (lbu: fix import of libalpine.sh for tests)
ref https://gitlab.alpinelinux.org/alpine/alpine-conf/-/merge_requests/77#note_246788
Diffstat (limited to 'lbu.in')
-rw-r--r-- | lbu.in | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ # May be distributed under GPL2 or MIT VERSION=@VERSION@ +sysconfdir=@sysconfdir@ PREFIX=@PREFIX@ : ${LIBDIR=$PREFIX/lib} |