From acc76240a597f0c4890459c3aeccda9a04de1fd7 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sun, 6 May 2018 23:14:42 +0200 Subject: testing/unit: fix paths --- testing/unit/APKBUILD | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'testing/unit/APKBUILD') diff --git a/testing/unit/APKBUILD b/testing/unit/APKBUILD index a79bbc2ee7f..d38dddb7c12 100644 --- a/testing/unit/APKBUILD +++ b/testing/unit/APKBUILD @@ -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 } -- cgit v1.2.3