BugFix: Correct the path while checking for dpdk installation folder. 15/33615/1
authorDeepak S <deepak.s@linux.intel.com>
Thu, 20 Apr 2017 20:32:02 +0000 (02:02 +0530)
committerDeepak S <deepak.s@linux.intel.com>
Thu, 20 Apr 2017 22:47:00 +0000 (04:17 +0530)
JIRA: SAMPLEVNF-6

Change-Id: Ifa4fcee4cca3a62873b16a2009de93b7c138b179
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
tools/vnf_build.sh

index 7c9265d..f7ffe76 100755 (executable)
@@ -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