fix /run/pppd

This commit is contained in:
Sergey Zhemoitel 2021-09-12 10:20:43 +03:00
parent 4a13039203
commit a672658baf

View file

@ -6,7 +6,7 @@
Summary: The PPP daemon and documentation Summary: The PPP daemon and documentation
Name: ppp Name: ppp
Version: 2.4.10 Version: 2.4.10
Release: 0.%{githash} Release: 1.%{githash}
License: BSD License: BSD
Group: System/Servers Group: System/Servers
Url: http://www.samba.org/ppp Url: http://www.samba.org/ppp
@ -193,6 +193,7 @@ tar -xJf %{SOURCE12}
--exec-prefix=%{_prefix} \ --exec-prefix=%{_prefix} \
--libdir=%{_libdir} \ --libdir=%{_libdir} \
--with-plugin-dir=\$\{prefix\}/%{_lib}/pppd/%{version} \ --with-plugin-dir=\$\{prefix\}/%{_lib}/pppd/%{version} \
--with-runtime-dir=\$\{localstatedir\}/run/pppd \
--enable-systemd \ --enable-systemd \
--enable-cbcp \ --enable-cbcp \
--enable-ipxcp \ --enable-ipxcp \