diff options
author | Thomas Haller <thaller@redhat.com> | 2019-07-29 21:52:15 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2019-07-29 23:54:20 +0200 |
commit | 0a0084e13392cf575840b3af4365b4e7bc067040 (patch) | |
tree | 4f18ede48654395fc1e913d14a94e1b3b7280cc5 /contrib | |
parent | d734a4766c3879aac49e1160ed108fc0c831985c (diff) | |
download | NetworkManager-0a0084e13392cf575840b3af4365b4e7bc067040.tar.gz |
contrib/rpm: use --with-runstatedir=%{_rundir} instead of hard-coding /run
(cherry picked from commit ea5e96cb06bdf2facec36ed4d6ab3f87f6ff95d2)
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/fedora/rpm/NetworkManager.spec | 2 |
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 \ |