diff options
-rwxr-xr-x | tools/vnf_build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |