summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2020-04-20 16:20:52 -0400
committerRay Strode <halfline@gmail.com>2021-09-24 19:34:01 +0000
commit2ee36d94fd19c579a9afda79cb61223a8558d4a0 (patch)
treecb62c4d76651fc625e18f2a14470e29a10660db5
parentdae14773bd3b9b86cdaeaab684191238a5eff21e (diff)
spinfinity: use logo file passed to configurewip/use-logo-file
At the moment we hardcode the header to a logo file that ships in fedora. This commit changes it to use the logo configured by the distro. https://gitlab.freedesktop.org/plymouth/plymouth/-/issues/106
-rw-r--r--themes/spinfinity/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/spinfinity/Makefile.am b/themes/spinfinity/Makefile.am
index b4bc31d2..4798eb5e 100644
--- a/themes/spinfinity/Makefile.am
+++ b/themes/spinfinity/Makefile.am
@@ -54,4 +54,4 @@ spinfinity.plymouth: $(srcdir)/spinfinity.plymouth.in
EXTRA_DIST = spinfinity.plymouth.in
install-data-hook:
- ln -sf /usr/share/pixmaps/system-logo-white.png $(DESTDIR)$(themedir)/header-image.png
+ ln -sf $(logofile) $(DESTDIR)$(themedir)/header-image.png