From ea5e96cb06bdf2facec36ed4d6ab3f87f6ff95d2 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Mon, 29 Jul 2019 21:52:15 +0200 Subject: [PATCH] contrib/rpm: use --with-runstatedir=%{_rundir} instead of hard-coding /run --- contrib/fedora/rpm/NetworkManager.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \