MT#55283 el: fix dkms failing to build because of a missing file

Change-Id: Idf989996f17dd70da289e3a3c9ebb0e02edbff25
(cherry picked from commit c55076ae31)
mr12.5
Ivan Poddubnyi 5 months ago committed by Richard Fuchs
parent 253ab09de1
commit 6d17fc52b8

@ -198,6 +198,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 -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 \
%{buildroot}%{_usrsrc}/%{name}-%{version}-%{release}/xt_RTPENGINE.c
install -D -p -m644 kernel-module/xt_RTPENGINE.h \

Loading…
Cancel
Save