From f192d47e53353aac75f1e7f91ca425c83201d7b3 Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Mon, 18 Jan 2021 18:09:53 +0000 Subject: [PATCH] spec: install input modules Install the new input modules alongside stages, et al. --- osbuild.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/osbuild.spec b/osbuild.spec index cfb268d5..4ed4285e 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -119,6 +119,9 @@ install -p -m 0755 $(find runners -type f -or -type l) %{buildroot}%{pkgdir}/run mkdir -p %{buildroot}%{pkgdir}/sources install -p -m 0755 $(find sources -type f) %{buildroot}%{pkgdir}/sources +mkdir -p %{buildroot}%{pkgdir}/inputs +install -p -m 0755 $(find inputs -type f) %{buildroot}%{pkgdir}/inputs + # mount point for bind mounting the osbuild library mkdir -p %{buildroot}%{pkgdir}/osbuild