Skip to content

Commit

Permalink
odp-dpdk: fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
abuibrahim committed Sep 12, 2017
1 parent 7786aab commit 4ac8529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/dpdk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
'';

installPhase = ''
make install-runtime install-sdk DESTDIR=$out prefix= includedir=/include datadir=/
make install-runtime DESTDIR=$out prefix= includedir=/include datadir=/
make install-sdk DESTDIR=$out prefix= includedir=/include datadir=/
make install-kmod DESTDIR=$kmod
'';
Expand Down

0 comments on commit 4ac8529

Please sign in to comment.