spec: install devices and mounts
The new modules for devices and mounts need to be installed so that they actually end up in the rpm.
This commit is contained in:
parent
bc7096ab86
commit
50971fbeec
1 changed files with 6 additions and 0 deletions
|
|
@ -119,9 +119,15 @@ install -p -m 0755 $(find runners -type f -or -type l) %{buildroot}%{pkgdir}/run
|
||||||
mkdir -p %{buildroot}%{pkgdir}/sources
|
mkdir -p %{buildroot}%{pkgdir}/sources
|
||||||
install -p -m 0755 $(find sources -type f) %{buildroot}%{pkgdir}/sources
|
install -p -m 0755 $(find sources -type f) %{buildroot}%{pkgdir}/sources
|
||||||
|
|
||||||
|
mkdir -p %{buildroot}%{pkgdir}/devices
|
||||||
|
install -p -m 0755 $(find devices -type f) %{buildroot}%{pkgdir}/devices
|
||||||
|
|
||||||
mkdir -p %{buildroot}%{pkgdir}/inputs
|
mkdir -p %{buildroot}%{pkgdir}/inputs
|
||||||
install -p -m 0755 $(find inputs -type f) %{buildroot}%{pkgdir}/inputs
|
install -p -m 0755 $(find inputs -type f) %{buildroot}%{pkgdir}/inputs
|
||||||
|
|
||||||
|
mkdir -p %{buildroot}%{pkgdir}/mounts
|
||||||
|
install -p -m 0755 $(find mounts -type f) %{buildroot}%{pkgdir}/mounts
|
||||||
|
|
||||||
# mount point for bind mounting the osbuild library
|
# mount point for bind mounting the osbuild library
|
||||||
mkdir -p %{buildroot}%{pkgdir}/osbuild
|
mkdir -p %{buildroot}%{pkgdir}/osbuild
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue