mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
dpdk: move apps to examples output
This commit is contained in:
parent
d08fa96079
commit
d1934f6741
@ -34,10 +34,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
installPhase = ''
|
||||
mkdir $out
|
||||
cp -pr x86_64-native-linuxapp-gcc/{app,lib,include,kmod} $out/
|
||||
cp -pr x86_64-native-linuxapp-gcc/{lib,include,kmod} $out/
|
||||
|
||||
mkdir -p $examples/bin
|
||||
find examples -type f -executable -exec cp {} $examples/bin \;
|
||||
find examples ${RTE_TARGET}/app -type f -executable -exec cp {} $examples/bin \;
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user