Use make_install macro in spec

This commit is contained in:
Marian Csontos 2024-01-17 15:44:17 +01:00
parent 0ee1026718
commit fc4e1a8529

View File

@ -93,13 +93,13 @@ echo %{version}-%{release} > VERSION
%if %{with check}
%check
# FIXME: Reenable testing!
%cargo_test
#cargo test --test thin_shrink -- --nocapture --test-threads=1
%endif
%install
make DESTDIR=%{buildroot} MANDIR=%{_mandir} install
# TODO: Check that MANDIR is unused and remove
%make_install MANDIR=%{_mandir}
%files
%doc COPYING README.md