Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Mukundan Ragavan
bf6aec3aee fix if condition for epel 2023-06-04 16:27:14 -05:00

View file

@ -40,7 +40,7 @@ This package includes a desktop manager for the Xfce Desktop Environment.
%setup -q
# change default background for Fedora
%if 0%{fedora} >= 37
%if 0%{?fedora} >= 37
sed -i 's|/backgrounds/xfce/xfce-verticals.png|/backgrounds/images/default.webp|' common/xfdesktop-common.h
%else
sed -i 's|/backgrounds/xfce/xfce-verticals.png|/backgrounds/images/default.png|' common/xfdesktop-common.h