Skip to content

Commit

Permalink
fix: make faces not get conflics with other packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz committed Dec 27, 2024
1 parent 4ea5ace commit 563a3fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bluefin/branding/bluefin-branding.spec
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ Branding for Bluefin-related projects
mkdir -p -m0755 \
%{buildroot}%{_datadir}/backgrounds/%{vendor} \
%{buildroot}%{_datadir}/gnome-background-properties \
%{buildroot}%{_datadir}/pixmaps \
%{buildroot}%{_datadir}/pixmaps/faces \
%{buildroot}%{_datadir}/ublue-os \
%{buildroot}%{_sysconfdir}

mv wallpapers/gnome-background-properties/*.xml %{buildroot}%{_datadir}/gnome-background-properties
rm -rf wallpaper/gnome-background-properties
mv wallpapers/*.xml %{buildroot}%{_datadir}/backgrounds/%{vendor}
mv wallpapers/* %{buildroot}%{_datadir}/backgrounds/%{vendor}
mv faces %{buildroot}%{_datadir}/pixmaps
mv faces %{buildroot}%{_datadir}/pixmaps/faces/bluefin
mv logos/* %{buildroot}%{_datadir}/pixmaps
mv cli-logos %{buildroot}%{_datadir}/ublue-os/bluefin-logos
mv schemas/dconf %{buildroot}%{_sysconfdir}
Expand Down Expand Up @@ -92,7 +92,7 @@ GNOME profile pictures for Bluefin
rm -rf %{_datadir}/pixmaps/faces/*

%files faces
%attr(0755,root,root) %{_datadir}/pixmaps/faces/*
%attr(0755,root,root) %{_datadir}/pixmaps/faces/bluefin/*

%changelog
%autochangelog

0 comments on commit 563a3fe

Please sign in to comment.