From 810ca4216b699ace1ddfad09ab58fbccdefce200 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Tue, 27 Sep 2022 15:01:17 +0200 Subject: [PATCH] fix manpage build --- python-virt-firmware.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-virt-firmware.spec b/python-virt-firmware.spec index 12734ed..40d0629 100644 --- a/python-virt-firmware.spec +++ b/python-virt-firmware.spec @@ -42,10 +42,11 @@ test cases %build %py3_build -make manpages %install %py3_install +# manpages +make manpages install -m 755 -d %{buildroot}%{_mandir}/man1 install -m 644 *.1 %{buildroot}%{_mandir}/man1 # tests