diff options
author | 2001-01-13 20:07:52 +0000 | |
---|---|---|
committer | 2001-01-13 20:07:52 +0000 | |
commit | b2e2ad8e094ec4aa9b5cb303ee4d14812983005c (patch) | |
tree | 115e44a6209f554c8a90361e32d2b1cef842455f /autocompile.sh | |
parent | Here are the actuall kernel sources (diff) | |
download | gentoo-2-b2e2ad8e094ec4aa9b5cb303ee4d14812983005c.tar.gz gentoo-2-b2e2ad8e094ec4aa9b5cb303ee4d14812983005c.tar.bz2 gentoo-2-b2e2ad8e094ec4aa9b5cb303ee4d14812983005c.zip |
*** empty log message ***
Diffstat (limited to 'autocompile.sh')
-rwxr-xr-x | autocompile.sh | 8 |
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)" |