From a7824de66b8e66d09ca837da3ef8132cc01284ae Mon Sep 17 00:00:00 2001 From: Robert Scheck Date: Mon, 1 Feb 2021 22:44:45 +0000 Subject: [PATCH] Remove manual %{buildroot} removal --- dwz.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/dwz.spec b/dwz.spec index f32f541..c0184d8 100644 --- a/dwz.spec +++ b/dwz.spec @@ -28,7 +28,6 @@ and using DW_TAG_imported_unit to import it into each CU that needs it. prefix=%{_prefix} mandir=%{_mandir} bindir=%{_bindir} %install -rm -rf %{buildroot} %make_install prefix=%{_prefix} mandir=%{_mandir} bindir=%{_bindir} %check