summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-05-14 10:16:21 +0200
committerThomas Haller <thaller@redhat.com>2019-05-15 21:04:55 +0200
commit08b6bf6f6e584013e0ba4380bc1f8d4630d4f095 (patch)
tree7e686afd3288f93da0abdd387aaa85b20df68bbe
parent0a8267c520ad23eda1beedbc10e1a3a1e6cd9375 (diff)
downloadNetworkManager-th/build-runstatedir.tar.gz
contrib/rpm: set runstatedir to "/run" instead of "/var/run"th/build-runstatedir
Do so on all RHEL/Fedora releases. They all use systemd, and it's the right choice for all of them.
-rw-r--r--contrib/fedora/rpm/NetworkManager.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/fedora/rpm/NetworkManager.spec b/contrib/fedora/rpm/NetworkManager.spec
index 39252c1010..c3551fd710 100644
--- a/contrib/fedora/rpm/NetworkManager.spec
+++ b/contrib/fedora/rpm/NetworkManager.spec
@@ -599,6 +599,7 @@ gtkdocize
autoreconf --install --force
intltoolize --automake --copy --force
%configure \
+ --with-runstatedir=/run \
--disable-silent-rules \
--disable-static \
--with-dhclient=yes \