fix installation of man page
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
85ca88070e
commit
4fde7ce9d6
@ -36,7 +36,7 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
install -Dpm0644 %{S:2} %{buildroot}%{_mandir}/man1/
|
install -Dpm0644 -t %{buildroot}%{_mandir}/man1 %{S:2}
|
||||||
find %{buildroot} -name '*.la' -delete -print
|
find %{buildroot} -name '*.la' -delete -print
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
Loading…
Reference in New Issue
Block a user