summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-07-29 21:52:15 +0200
committerThomas Haller <thaller@redhat.com>2019-07-29 21:52:15 +0200
commitea5e96cb06bdf2facec36ed4d6ab3f87f6ff95d2 (patch)
tree95bfa64bf8d69427855c6a38c90a4063f821d991
parent6c9880f8cacc70ed1bea3a463f29cdb171939d7b (diff)
downloadNetworkManager-ea5e96cb06bdf2facec36ed4d6ab3f87f6ff95d2.tar.gz
contrib/rpm: use --with-runstatedir=%{_rundir} instead of hard-coding /run
-rw-r--r--contrib/fedora/rpm/NetworkManager.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/fedora/rpm/NetworkManager.spec b/contrib/fedora/rpm/NetworkManager.spec
index 2b0a717c55..4ecf4bd4bf 100644
--- a/contrib/fedora/rpm/NetworkManager.spec
+++ b/contrib/fedora/rpm/NetworkManager.spec
@@ -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 \