dpdk.spec: Include the scripts directory.
Some makefiles refer to the scripts in the directory, and eg pktgen make fails without the script foo. To allow these builds to succeed, include the scripts directory Signed-off-by: Aaron Conole <aconole@redhat.com> Acked-by: Neil Horman <nhorman@redhat.com> Acked-by: Panu Matilainen <pmatilai@redhat.com>
This commit is contained in:
parent
24952bd83d
commit
f961f12771
@ -128,6 +128,8 @@ cp -a %{target}/.config %{buildroot}%{sdkdir}/%{target}
|
||||
ln -s ../../../%{_lib}/%{name}-%{version} %{buildroot}%{sdkdir}/%{target}/lib
|
||||
ln -s ../../../include/%{name}-%{version} %{buildroot}%{sdkdir}/%{target}/include
|
||||
cp -a mk/ %{buildroot}%{sdkdir}
|
||||
mkdir -p %{buildroot}%{sdkdir}/scripts
|
||||
cp -a scripts/*.sh %{buildroot}%{sdkdir}/scripts
|
||||
|
||||
%if %{with tools}
|
||||
cp -p tools/*.py %{buildroot}%{_bindir}
|
||||
|
Loading…
Reference in New Issue
Block a user