Use make_install macro in spec
This commit is contained in:
parent
0ee1026718
commit
fc4e1a8529
@ -93,13 +93,13 @@ echo %{version}-%{release} > VERSION
|
|||||||
|
|
||||||
%if %{with check}
|
%if %{with check}
|
||||||
%check
|
%check
|
||||||
# FIXME: Reenable testing!
|
|
||||||
%cargo_test
|
%cargo_test
|
||||||
#cargo test --test thin_shrink -- --nocapture --test-threads=1
|
#cargo test --test thin_shrink -- --nocapture --test-threads=1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=%{buildroot} MANDIR=%{_mandir} install
|
# TODO: Check that MANDIR is unused and remove
|
||||||
|
%make_install MANDIR=%{_mandir}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc COPYING README.md
|
%doc COPYING README.md
|
||||||
|
Loading…
Reference in New Issue
Block a user