summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-01-13 20:07:52 +0000
committerAchim Gottinger <achim@gentoo.org>2001-01-13 20:07:52 +0000
commitb2e2ad8e094ec4aa9b5cb303ee4d14812983005c (patch)
tree115e44a6209f554c8a90361e32d2b1cef842455f /autocompile.sh
parentHere are the actuall kernel sources (diff)
downloadgentoo-2-b2e2ad8e094ec4aa9b5cb303ee4d14812983005c.tar.gz
gentoo-2-b2e2ad8e094ec4aa9b5cb303ee4d14812983005c.tar.bz2
gentoo-2-b2e2ad8e094ec4aa9b5cb303ee4d14812983005c.zip
*** empty log message ***
Diffstat (limited to 'autocompile.sh')
-rwxr-xr-xautocompile.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/autocompile.sh b/autocompile.sh
index 9b427bebfa35..e04d059e81bd 100755
--- a/autocompile.sh
+++ b/autocompile.sh
@@ -88,6 +88,14 @@ do
then
continue
fi
+ else
+ if [ "$CHECK" = "package" ]
+ then
+ if [ -f ${PORTDIR}/packages/$myc/$myp.tbz2 ]
+ then
+ continue
+ fi
+ fi
fi
echo "$C_NORMAL$myp ($myc)"