From 61c15124639e1a712022c8592739e419fe1ef4f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Sun, 23 Jul 2023 21:11:23 +0200 Subject: [PATCH] Use /run directory, build test --- dhcpcd.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dhcpcd.spec b/dhcpcd.spec index 510c597..b008b2d 100644 --- a/dhcpcd.spec +++ b/dhcpcd.spec @@ -41,11 +41,11 @@ through NDP, DHCPv4 and DHCPv6 protocols. %build %configure \ - --dbdir=/var/lib/%{name} + --dbdir=/var/lib/%{name} --runstatedir=%{_rundir} %make_build %check -make test +%make_build test %install export BINMODE=755