diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-01-18 18:22:11 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-01-18 18:22:11 +0000 |
commit | 8927f069298df88fa5f44ba03d506bd3a1f1ec9a (patch) | |
tree | 10f67a1a79544844a7d4d022d9e32f0f0404378a /autocompile.sh | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-8927f069298df88fa5f44ba03d506bd3a1f1ec9a.tar.gz gentoo-2-8927f069298df88fa5f44ba03d506bd3a1f1ec9a.tar.bz2 gentoo-2-8927f069298df88fa5f44ba03d506bd3a1f1ec9a.zip |
*** empty log message ***
Diffstat (limited to 'autocompile.sh')
-rwxr-xr-x | autocompile.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autocompile.sh b/autocompile.sh index e04d059e81bd..a8aa175d89a9 100755 --- a/autocompile.sh +++ b/autocompile.sh @@ -91,7 +91,7 @@ do else if [ "$CHECK" = "package" ] then - if [ -f ${PORTDIR}/packages/$myc/$myp.tbz2 ] + if [ -f ${PORTDIR}/packages/i486-pc-linux-gnu/$myc/$myp.tbz2 ] then continue fi |