From fc4e1a8529686d31f27dd93d3040e2b7e40faba8 Mon Sep 17 00:00:00 2001 From: Marian Csontos Date: Wed, 17 Jan 2024 15:44:17 +0100 Subject: [PATCH] Use make_install macro in spec --- device-mapper-persistent-data.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/device-mapper-persistent-data.spec b/device-mapper-persistent-data.spec index 9f1d981..af895b3 100644 --- a/device-mapper-persistent-data.spec +++ b/device-mapper-persistent-data.spec @@ -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