CSIT-1193 De-duplicate bootstrap scripts into one
[csit.git] / tests / dpdk / dpdk_scripts / install_dpdk.sh
index 4fcbf08..ec23aa0 100755 (executable)
@@ -21,7 +21,7 @@ PWDDIR=$(pwd)
 
 cd ${ROOTDIR}
 mkdir ${DPDK_DIR}
-tar -xvf dpdk*.tar.xz --strip=1 --directory dpdk || \
+tar -xvf download_dir/dpdk*.tar.xz --strip=1 --directory dpdk || \
     { echo "Failed to extract DPDK"; exit 1; }
 
 # Compile the DPDK