Typo :(
authorJason Stubbs <jstubbs@gentoo.org>
Sun, 16 Oct 2005 08:46:25 +0000 (08:46 -0000)
committerJason Stubbs <jstubbs@gentoo.org>
Sun, 16 Oct 2005 08:46:25 +0000 (08:46 -0000)
svn path=/main/branches/2.0/; revision=2137

bin/ebuild

index c79068ff0a8969e102fc771eb3a7419801f348bd..0ddeaa6bb8516b85a3bb6e1422e88eb4ea0b5aa3 100755 (executable)
@@ -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)