From: Daniel Robbins Date: Thu, 6 Nov 2003 02:55:07 +0000 (+0000) Subject: it works; X-Git-Tag: CATALYST_1_0_1~182 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3e019f90657ed7409c9b7ba13f4456a87059b55b;p=catalyst.git it works; git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@58 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/arch/x86.py b/arch/x86.py index 23f9f827..1939053d 100644 --- a/arch/x86.py +++ b/arch/x86.py @@ -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"