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"