mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
testing/unit: fix paths
This commit is contained in:
parent
4f1fa6435d
commit
acc76240a5
@ -14,8 +14,16 @@ builddir="$srcdir/$pkgname-$pkgver"
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
./configure --prefix=/usr
|
||||
./configure python --config=python3-config
|
||||
|
||||
./configure \
|
||||
--prefix="/usr" \
|
||||
--state="/var/lib/unit" \
|
||||
--control="unix:/run/control.unit.sock" \
|
||||
--pid="/run/unit.pid" \
|
||||
--log="/var/log/unit.log" \
|
||||
--modules="/usr/lib/unit/modules"
|
||||
./configure python \
|
||||
--config=python3-config
|
||||
make
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user