fix installation of man page

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2018-09-20 18:43:18 +02:00
parent 85ca88070e
commit 4fde7ce9d6
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

View File

@ -36,7 +36,7 @@ developing applications that use %{name}.
%install
%make_install
install -Dpm0644 %{S:2} %{buildroot}%{_mandir}/man1/
install -Dpm0644 -t %{buildroot}%{_mandir}/man1 %{S:2}
find %{buildroot} -name '*.la' -delete -print
%check