aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorsharath reddy <sharathkumarboyanapally@gmail.com>2018-04-10 20:14:54 +0530
committersharath reddy <sharathkumarboyanapally@gmail.com>2018-04-13 19:14:52 +0530
commit93dc160746cc40b7b7411476a9d12c8876e6cf1b (patch)
treee9c3e2d834ad83715e85fca6e017764f504727a7 /scripts
parentbb7f53527a9bc02bc53281d9e2439c7572d8e7ab (diff)
removing unwanted command
Change-Id: Iabbe758686587508a67932b688179dda245bc73e Signed-off-by: sharath reddy <sharathkumarboyanapally@gmail.com>
Diffstat (limited to 'scripts')
-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....."