it works;
authorDaniel Robbins <drobbins@gentoo.org>
Thu, 6 Nov 2003 02:55:07 +0000 (02:55 +0000)
committerDaniel Robbins <drobbins@gentoo.org>
Thu, 6 Nov 2003 02:55:07 +0000 (02:55 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@58 d1e1f19c-881f-0410-ab34-b69fee027534

arch/x86.py

index 23f9f82752d50a7d7e8237b3424cebf49502e1b2..1939053d004cbb42b1e892b182dfa6329ee7ebc0 100644 (file)
@@ -15,8 +15,8 @@ class generic_x86(builder.generic):
                builder.generic.__init__(self,myspec)
                self.settings["mainarch"]="x86"
                if self.settings["hostarch"]=="amd64":
-                       if not os.path.exists("/usr/bin/linux32"):
-                               raise CatalystError,"required /usr/bin/linux32 executable not found (\"emerge linux32\" to fix.)"
+                       if not os.path.exists("/bin/linux32"):
+                               raise CatalystError,"required /bin/linux32 executable not found (\"emerge linux32\" to fix.)"
                        self.settings["CHROOT"]="linux32 chroot"
                else:
                        self.settings["CHROOT"]="chroot"