fix LIST variable not being used in loop
authorSadoon Albader <sadoon@soulserv.xyz>
Sat, 19 Aug 2023 11:40:17 +0000 (14:40 +0300)
committerSadoon Albader <sadoon@soulserv.xyz>
Sat, 19 Aug 2023 11:40:17 +0000 (14:40 +0300)
build-bookworm-sffs [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 999ce2b..7b4028e
@@ -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