Fix for missing devscripts for deb_dpdk 84/3284/1
authorEd Warnicke <eaw@cisco.com>
Wed, 5 Oct 2016 19:55:05 +0000 (12:55 -0700)
committerEd Warnicke <eaw@cisco.com>
Wed, 5 Oct 2016 19:55:16 +0000 (12:55 -0700)
Change-Id: I9cf3a3a400423da08f40467b471c8be9e667c742
Signed-off-by: Ed Warnicke <eaw@cisco.com>
jjb/deb_dpdk/include-raw-deb_dpdk-build.sh

index 23b56da..45b3ee1 100644 (file)
@@ -22,7 +22,7 @@ echo "sha1sum of this script: ${0}"
 sha1sum $0
 
 MISSING_PKGS=$(dpkg-checkbuilddeps |& perl -pe 's/^.+://g; s/\(.*?\)//g')
-sudo apt-get install -y ${MISSING_PKGS}
+sudo apt-get install -y ${MISSING_PKGS} devscripts
 debuild -uc -us -j4
 
 echo "*******************************************************************"