X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fsubroutines;h=d62ac8fd5e8a011ba02aa360d2d31cec130ac6a1;hb=7a077f894787da43d6a38c8972854ba930c8b5f7;hp=705af2f3999e7ae91b1fcb1f0ee5648487194d33;hpb=b0440f88c93c86fb5ada4eb5f5c3fab796756585;p=hdw-linux%2Fhdw-linux.git diff --git a/scripts/subroutines b/scripts/subroutines index 705af2f..d62ac8f 100755 --- a/scripts/subroutines +++ b/scripts/subroutines @@ -244,6 +244,7 @@ create_buildorder() { for package in ./packages/$dir/[!C]*; do pkg=`basename $package` + [ -f $package -a "$pkg" != "`basename $dir`" ] && continue if [ -d $package -a -f $package/$pkg ] ; then [ -z "`echo $delpackages | grep $dir/$pkg`" ] && \