osbuild.spec: make /usr/lib/osbuild/{stages,assemblers}/osbuild
osbuild bind-mounts its library to this location. The directory needs to exist, because it is mounting `/usr` read-only.
This commit is contained in:
parent
9f14aa79c4
commit
2c564afae8
1 changed files with 4 additions and 0 deletions
|
|
@ -57,6 +57,10 @@ install -p -m 0755 $(find assemblers -type f) %{buildroot}%{pkgdir}/assemblers/
|
|||
mkdir -p %{buildroot}%{pkgdir}/runners
|
||||
install -p -m 0755 $(find runners -type f) %{buildroot}%{pkgdir}/runners
|
||||
|
||||
# mount points for bind mounting the osbuild library
|
||||
mkdir -p %{buildroot}%{pkgdir}/stages/osbuild
|
||||
mkdir -p %{buildroot}%{pkgdir}/assemblers/osbuild
|
||||
|
||||
%check
|
||||
exit 0
|
||||
# We have some integration tests, but those require running a VM, so that would
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue