From a672658baf748ee8c0169f6198ec57e787f4ad46 Mon Sep 17 00:00:00 2001 From: Sergey Zhemoitel Date: Sun, 12 Sep 2021 10:20:43 +0300 Subject: [PATCH] fix /run/pppd --- ppp.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ppp.spec b/ppp.spec index 4717a84..428ddd1 100644 --- a/ppp.spec +++ b/ppp.spec @@ -6,7 +6,7 @@ Summary: The PPP daemon and documentation Name: ppp Version: 2.4.10 -Release: 0.%{githash} +Release: 1.%{githash} License: BSD Group: System/Servers Url: http://www.samba.org/ppp @@ -193,6 +193,7 @@ tar -xJf %{SOURCE12} --exec-prefix=%{_prefix} \ --libdir=%{_libdir} \ --with-plugin-dir=\$\{prefix\}/%{_lib}/pppd/%{version} \ + --with-runtime-dir=\$\{localstatedir\}/run/pppd \ --enable-systemd \ --enable-cbcp \ --enable-ipxcp \