From 469db5c3a7defbb2d683434ec5f54e95e58482f5 Mon Sep 17 00:00:00 2001 From: Mike khiretskiy Date: Fri, 11 Apr 2014 12:14:53 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=B4=D0=B4=D0=B5=D1=80=D0=B6?= =?UTF-8?q?=D0=BA=D0=B0=20make.profile=20=D0=B2=20/etc/portage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/variables/distr.py | 1 + 1 file changed, 1 insertion(+) diff --git a/install/variables/distr.py b/install/variables/distr.py index 5c23c17..001b5cd 100644 --- a/install/variables/distr.py +++ b/install/variables/distr.py @@ -143,6 +143,7 @@ class DistroRepository(Linux): def listdistr(pathname): if path.exists(path.join(pathname,'etc/make.profile')) or \ + path.exists(path.join(pathname,'etc/portage/make.profile')) or \ path.exists(path.join(pathname,'livecd')) or \ pathname.startswith('/dev/'): return [pathname]