From e21330a616783fd567633aca5370d2e474e00197 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Wed, 16 May 2018 08:55:54 +0100 Subject: [PATCH] Fix errors in build_deps.sh --- build_deps.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build_deps.sh b/build_deps.sh index b275913..2223340 100755 --- a/build_deps.sh +++ b/build_deps.sh @@ -82,7 +82,9 @@ make install DESTDIR=${wd}/lvm cd ${wd} -cd ${dropbear}${dropbear} +tar xf ${packages}/${dropbear}-${dropbear_ver}.tar.bz2 + +cd ${dropbear}-${dropbear} ./configure --enable-static \ --disable-syslog \ -- 2.46.2