Skip to content

Commit

Permalink
dpdk: install examples to bin
Browse files Browse the repository at this point in the history
  • Loading branch information
abuibrahim committed Jun 2, 2016
1 parent e54ef8b commit 6a7f257
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 @@ -32,8 +32,8 @@ stdenv.mkDerivation rec {
mkdir $out
cp -pr x86_64-native-linuxapp-gcc/{app,lib,include,kmod} $out/
mkdir $examples
cp -pr examples/* $examples/
mkdir -p $examples/bin
find examples -type f -executable -exec cp {} $examples/bin \;
'';

meta = with stdenv.lib; {
Expand Down

0 comments on commit 6a7f257

Please sign in to comment.