From 38521008bea83227b2464401394d98e2dea2dc46 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Mon, 2 May 2022 23:05:32 -0400 Subject: [PATCH] Add man pages We're generating manpages now. Ship them. --- rust-coreos-installer.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rust-coreos-installer.spec b/rust-coreos-installer.spec index 375fac0..eb23a34 100644 --- a/rust-coreos-installer.spec +++ b/rust-coreos-installer.spec @@ -126,6 +126,7 @@ install -D -m 0755 -t %{buildroot}%{dracutlibdir}/modules.d/51coreos-installer c install -D -m 0755 -t %{buildroot}%{dracutlibdir}/modules.d/50rdcore dracut/50rdcore/module-setup.sh make install-scripts DESTDIR=%{buildroot} make install-systemd DESTDIR=%{buildroot} +make install-man DESTDIR=%{buildroot} mv %{buildroot}%{_bindir}/rdcore %{buildroot}%{dracutlibdir}/modules.d/50rdcore/ %endif @@ -171,6 +172,7 @@ from the initramfs. %license LICENSE %doc README.md %{_bindir}/coreos-installer +%{_mandir}/man8/* %if %{with check} %check