contrib/rpm: set runstatedir to "/run" instead of "/var/run"

Do so on all RHEL/Fedora releases. They all use systemd, and it's the right
choice for all of them.
This commit is contained in:
Thomas Haller 2019-05-14 10:16:21 +02:00
parent 921b7eb716
commit 0cbef232c9

View file

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