contrib/rpm: use --with-runstatedir=%{_rundir} instead of hard-coding /run

(cherry picked from commit ea5e96cb06)
This commit is contained in:
Thomas Haller 2019-07-29 21:52:15 +02:00
parent d734a4766c
commit 0a0084e133

View file

@ -590,7 +590,7 @@ gtkdocize
autoreconf --install --force
intltoolize --automake --copy --force
%configure \
--with-runstatedir=/run \
--with-runstatedir=%{_rundir} \
--disable-silent-rules \
--disable-static \
--with-dhclient=yes \