From 021ab3822e4614ed0afa5eb9ef6347def584298b Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Tue, 21 Feb 2023 16:43:49 +0100 Subject: [PATCH] Drop redundant option from %meson There's no need to pass the --buildtype=plain option to the %meson RPM macro, because it's one of the default options used by the macro. There's no need to do a build just for this. Fallout from 33bd39b0f97b72a788c9ee564ce2b0e2a8a3c23e --- toolbox.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolbox.spec b/toolbox.spec index 7f4fc63..86c27e6 100644 --- a/toolbox.spec +++ b/toolbox.spec @@ -175,7 +175,7 @@ ln -s src/pkg pkg %if 0%{?rhel} ln -s src/vendor vendor %endif -%meson --buildtype=plain -Dprofile_dir=%{_sysconfdir}/profile.d -Dtmpfiles_dir=%{_tmpfilesdir} +%meson -Dprofile_dir=%{_sysconfdir}/profile.d -Dtmpfiles_dir=%{_tmpfilesdir} %meson_build