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 ca4846e684

Resolves: #2165742
This commit is contained in:
Debarshi Ray 2023-04-03 19:18:23 +02:00
parent b78b156b3f
commit 8c0c8e65c3
1 changed files with 0 additions and 1 deletions

View File

@ -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}