Fix conditional

It doesn't build in RHEL...
This commit is contained in:
Michael Catanzaro 2021-03-10 14:35:42 -06:00
parent 6646c56e2d
commit 73d3dce4e3

View File

@ -156,7 +156,8 @@ utilities.
%if 0%{?fedora}
-Ddistributor_logo=%{_datadir}/pixmaps/fedora-logo-small.png \
-Ddark_mode_distributor_logo=%{_datadir}/pixmaps/system-logo-white.png \
%elif 0%{?rhel}
%endif
%if 0%{?rhel}
-Ddistributor_logo=%{_datadir}/pixmaps/fedora-logo.png \
-Ddark_mode_distributor_logo=%{_datadir}/pixmaps/system-logo-white.png \
%endif