fix manpage build

This commit is contained in:
Gerd Hoffmann 2022-09-27 15:01:17 +02:00
parent e8208eec1d
commit 810ca4216b

View File

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