You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
distros-overlay/sys-apps/calculate-install/files/calculate-install-3.2.0_alp...

13 lines
542 B

diff --git install/variables/distr.py install/variables/distr.py
index 5c23c17..001b5cd 100644
--- install/variables/distr.py
+++ 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]