summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--manifest_xml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest_xml.py b/manifest_xml.py
index b27bf805..edbebaa3 100644
--- a/manifest_xml.py
+++ b/manifest_xml.py
@@ -305,7 +305,7 @@ class _XmlSubmanifest:
305 parent.repodir, 305 parent.repodir,
306 linkFile, 306 linkFile,
307 parent_groups=",".join(groups) or "", 307 parent_groups=",".join(groups) or "",
308 submanifest_path=self.relpath, 308 submanifest_path=os.path.join(parent.path_prefix, self.relpath),
309 outer_client=outer_client, 309 outer_client=outer_client,
310 default_groups=default_groups, 310 default_groups=default_groups,
311 ) 311 )