From: Maximilian Friedersdorff Date: Wed, 16 May 2018 07:55:54 +0000 (+0100) Subject: Fix errors in build_deps.sh X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=e21330a616783fd567633aca5370d2e474e00197;p=max%2Finitramfs.git Fix errors in build_deps.sh --- 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 \