el: fixed dkms module build

pull/2043/head
Sergey Safarov 3 weeks ago
parent a766c0a811
commit 2313e40f9a

@ -199,6 +199,8 @@ install -D -p -m644 etc/%{binname}-recording.conf \
## DKMS module source install
install -D -p -m644 kernel-module/Makefile \
%{buildroot}%{_usrsrc}/%{name}-%{version}-%{release}/Makefile
install -D -p -m644 kernel-module/extmap_filter.inc.c \
%{buildroot}%{_usrsrc}/%{name}-%{version}-%{release}/extmap_filter.inc.c
install -D -p -m755 kernel-module/gen-rtpengine-kmod-flags \
%{buildroot}%{_usrsrc}/%{name}-%{version}-%{release}/gen-rtpengine-kmod-flags
install -D -p -m644 kernel-module/nft_rtpengine.c \

Loading…
Cancel
Save