MT#55283 el: fixed dkms module build

Closes #2043

Change-Id: I18aa0790336776ec7262fdbe23761fda5353a659
(cherry picked from commit 5a00f80ba9)
mr14.0
Sergey Safarov 2 months ago committed by Richard Fuchs
parent ebbb258a00
commit 76cbdcff15

@ -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/xt_RTPENGINE.c \

Loading…
Cancel
Save