Новый portage требует наличие layout.conf

master
Mike Hiretsky 11 years ago
parent 3229268d1f
commit a49cdd8551

@ -580,8 +580,12 @@ class cl_builder(color_print):
portagePath = pathJoin(sourceDirectory,"usr/portage")
overlayPath = pathJoin(sourceDirectory,"var/lib/layman/calculate")
return map(lambda x: path.join("var/lib/layman/calculate",x),
filter(lambda x: not x in ("distfiles", "eclass", ".git","profiles"),
filter(lambda x: not x in ("metadata","distfiles", "eclass",
".git","profiles"),
listDirectory(overlayPath))) + \
map(lambda x:path.join(overlayPath,"metadata",x),
filter(lambda x: x != "layout.conf",
listDirectory(path.join(overlayPath,'metadata')))) + \
[pathJoin(sourceDirectory,
"var/lib/layman/calculate/profiles/templates/deprecated")] + \
map(lambda x: path.join("usr/portage",x),

Loading…
Cancel
Save