X-Git-Url: https://hackdaworld.org/gitweb/?p=hdw-linux%2Fhdw-linux.git;a=blobdiff_plain;f=scripts%2Fsubroutines;h=705af2f3999e7ae91b1fcb1f0ee5648487194d33;hp=7a850697f92107bc5a97b2d2b9e93592f2ecd8c3;hb=44395e5227c39f31ee6dcebc41fcb9afb70087e5;hpb=5c31fce36bb2f759bb112595573c07b5f027ba3e diff --git a/scripts/subroutines b/scripts/subroutines index 7a85069..705af2f 100755 --- a/scripts/subroutines +++ b/scripts/subroutines @@ -201,6 +201,13 @@ output_if_valid() { echo -en "$stage \t $priority \t\t $dir " echo -e "`basename $package`" fi + # stage 4 packages (build at the same time) + if [ "$stage" = "3" ] ; then + if [ "4-$priority" = "$match" ] ; then + echo -en "4 \t $priority \t\t $dir " + echo -e "`basename $package`" + fi + fi done }