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

This commit is contained in:
Thomas Haller 2019-07-29 21:52:15 +02:00
parent 6c9880f8ca
commit ea5e96cb06

View file

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