From: Deepak S Date: Thu, 20 Apr 2017 20:32:02 +0000 (+0530) Subject: BugFix: Correct the path while checking for dpdk installation folder. X-Git-Tag: v1.0.0~21 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F15%2F33615%2F1;p=samplevnf.git BugFix: Correct the path while checking for dpdk installation folder. JIRA: SAMPLEVNF-6 Change-Id: Ifa4fcee4cca3a62873b16a2009de93b7c138b179 Signed-off-by: Deepak S --- diff --git a/tools/vnf_build.sh b/tools/vnf_build.sh index 7c9265db..f7ffe76e 100755 --- a/tools/vnf_build.sh +++ b/tools/vnf_build.sh @@ -245,7 +245,7 @@ build_vnfs() return fi - if [ ! -d "$DPDK_DIR/x86_64-native-linux-gcc" ]; then + if [ ! -d "$DPDK_DIR/x86_64-native-linuxapp-gcc" ]; then echo "Please choose option '5 Build and Install DPDK'" return fi