From e0aa0c9529f05e2a9be014bdf7f1b8c8030707a6 Mon Sep 17 00:00:00 2001 From: Kaj Forney Date: Tue, 27 Aug 2019 14:37:46 -0600 Subject: [PATCH] Fix path for debs. Former-commit-id: cc8e6d9ceea407dcc7ad4bc24860db1036c4e6ea Former-commit-id: 4de762c3702ed507d742df95a7e149707d5c5e5a --- runme.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/runme.sh b/runme.sh index 199e0960..174e4284 100755 --- a/runme.sh +++ b/runme.sh @@ -62,8 +62,10 @@ then fi #This is the stuff that's common to both distros -bash ./debs/get-debs.sh -dpkg-name ./debs/*.deb +cd ./debs +bash get-debs.sh +dpkg-name *.deb +cd .. rm -rf build mkdir build apt install git build-essential cdebootstrap live-build curl wget -y