Browse Source

el: fixed dkms module build

pull/2043/head
Sergey Safarov 3 weeks ago
parent
commit
2313e40f9a
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      el/rtpengine.spec

+ 2
- 0
el/rtpengine.spec View File

@ -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