From 8c0c8e65c35fcec8a2975d09e6b8c6fa267adcfd Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Mon, 3 Apr 2023 19:18:23 +0200 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 ca4846e6842697550a61d623b1e17f3ed8f37f91 Resolves: #2165742 --- toolbox.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/toolbox.spec b/toolbox.spec index 17d951c..7e44e1f 100644 --- a/toolbox.spec +++ b/toolbox.spec @@ -105,7 +105,6 @@ ln -s src/pkg pkg ln -s src/vendor vendor %meson \ - --buildtype=plain \ -Dmigration_path_for_coreos_toolbox=true \ -Dprofile_dir=%{_sysconfdir}/profile.d \ -Dtmpfiles_dir=%{_tmpfilesdir}