Skip to content

Commit

Permalink
dpdk: move apps to examples output
Browse files Browse the repository at this point in the history
  • Loading branch information
abuibrahim committed Jun 2, 2016
1 parent 6a7f257 commit 9f3c0f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/dpdk/default.nix
Expand Up @@ -30,10 +30,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; {
Expand Down

0 comments on commit 9f3c0f9

Please sign in to comment.