]> hackdaworld.org Git - hdw-linux/hdw-linux.git/commitdiff
fixes to subroutines, increased max priority
authorhackbard <hackbard>
Fri, 26 Aug 2005 21:53:00 +0000 (21:53 +0000)
committerhackbard <hackbard>
Fri, 26 Aug 2005 21:53:00 +0000 (21:53 +0000)
doc/CHANGELOG
scripts/Build-Distro
scripts/subroutines

index f673817bc7a4aa69f8e692405d543d4ba5b3ad25..a755580340d92422ebd319ba44c4eb16bd4032cb 100644 (file)
@@ -1,3 +1,8 @@
+*) 2005-08-27
+
+- fixes to create_buildorder subroutine
+- higher max priority
+
 *) 2005-08-24
 
 - hdw-get fixes
index c38bc35bf8957dde6a9ef43d93e917e6686ecd08..e9dc2ce00ad4fddf6d5720b79bccd31a5675ddae 100755 (executable)
@@ -6,7 +6,7 @@
 # 
 
 # define max priority
-max=13
+max=15
 stages="0 1"
 no_src_del=""
 
index 705af2f3999e7ae91b1fcb1f0ee5648487194d33..d62ac8fd5e8a011ba02aa360d2d31cec130ac6a1 100755 (executable)
@@ -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`" ] && \