aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build.sh')
-rwxr-xr-x[-rw-r--r--]scripts/build.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/build.sh b/scripts/build.sh
index 9240061..594af7f 100644..100755
--- a/scripts/build.sh
+++ b/scripts/build.sh
@@ -112,6 +112,4 @@ rm -rf *
cmake -D DMM_DPDK_INSTALL_DIR=$DPDK_INSTALL_PATH ..
make -j 8
-#DPDK install path need to be updated below if it is changed
-sed -i 's!export DPDK_INSTALL_PATH.*!export DPDK_INSTALL_PATH="/root/dpdk_install/tmp/"!1' ../thirdparty/stackpool/release/script/nstack_var.sh
echo "DMM build finished....."