X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=scripts%2Fsubroutines;h=d62ac8fd5e8a011ba02aa360d2d31cec130ac6a1;hb=HEAD;hp=705af2f3999e7ae91b1fcb1f0ee5648487194d33;hpb=44395e5227c39f31ee6dcebc41fcb9afb70087e5;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`" ] && \