Merge pull request #29284 from abuibrahim/master

odp-dpdk: fix a typo
This commit is contained in:
Joachim F 2017-09-12 22:32:48 +00:00 committed by GitHub
commit 01e642b15a

View file

@ -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
'';