Add assemblers/ directory

This commit is contained in:
Lars Karlitski 2019-06-14 19:35:43 +02:00
parent aea9dd1752
commit c0769fc318
2 changed files with 1 additions and 1 deletions

View file

@ -103,7 +103,7 @@ class BuildRoot:
}
robinds = [
f"{self.tree}:/run/osbuild/tree",
f"{libdir}/stages/{stage}:/run/osbuild/{stage}"
f"{libdir}/assemblers/{stage}:/run/osbuild/{stage}"
]
binds = []