From: Sadoon Albader Date: Sat, 19 Aug 2023 11:40:17 +0000 (+0300) Subject: fix LIST variable not being used in loop X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=eabc48d66cae4351e5bcfb15eca08ec3deeda7b9;p=dev-env-setup.git fix LIST variable not being used in loop --- diff --git a/build-bookworm-sffs b/build-bookworm-sffs old mode 100644 new mode 100755 index 999ce2b..7b4028e --- a/build-bookworm-sffs +++ b/build-bookworm-sffs @@ -27,7 +27,7 @@ cd $BUILDDIR # if not, it will add it to $BASEDIR/failed file # The build logs will reside in $BUILDDIR/$LETTER/$PKG/*.log -for pkg in $(BUILDDIR) +for pkg in $LIST do cd $BUILDDIR/${pkg:0:1}/ mkdir -p $pkg && cd $BUILDDIR/${pkg:0:1}/$pkg