From 020aa4c79874e8a0075cd1256576c99ae49c394b Mon Sep 17 00:00:00 2001 From: Jason Stubbs Date: Sun, 16 Oct 2005 08:46:25 +0000 Subject: Typo :( svn path=/main/branches/2.0/; revision=2137 --- bin/ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ebuild b/bin/ebuild index c79068ff..0ddeaa6b 100755 --- a/bin/ebuild +++ b/bin/ebuild @@ -55,7 +55,7 @@ else: reload(portage) portage_ebuild = portage.portdb.findname(cpv) - if not portage_ebuild or portageos.path.realpath(portage_ebuild) != ebuild: + if not portage_ebuild or os.path.realpath(portage_ebuild) != ebuild: print "!!! %s does not seem to have a valid PORTDIR structure." % overlay sys.exit(1) -- cgit v1.2.3-18-g5258