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:
Lars Karlitski 2019-11-28 23:32:43 +01:00
parent 9f14aa79c4
commit 2c564afae8

View file

@ -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