main/alpine-conf: set prefix when building

The build system uses this var to set paths in each script.

Fixes 04a40111
This commit is contained in:
Clayton Craft 2024-09-04 18:52:11 -07:00 committed by Patrycja Rosa
parent 7455a83bc7
commit 896b352ed5

View file

@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=alpine-conf
pkgver=3.18.1
pkgrel=1
pkgrel=2
pkgdesc="Alpine configuration management scripts"
url="https://git.alpinelinux.org/alpine-conf/about"
arch="all"
@ -11,7 +11,7 @@ checkdepends="kyua sfdisk"
source="https://gitlab.alpinelinux.org/alpine/alpine-conf/-/archive/$pkgver/alpine-conf-$pkgver.tar.gz"
build() {
make VERSION=$pkgver-r$pkgrel
make PREFIX="/usr" VERSION=$pkgver-r$pkgrel
}
package() {