]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
spinfinity: use logo file passed to configure
authorRay Strode <rstrode@redhat.com>
Mon, 20 Apr 2020 20:20:52 +0000 (16:20 -0400)
committerRay Strode <halfline@gmail.com>
Tue, 11 Jan 2022 14:28:45 +0000 (14:28 +0000)
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

themes/spinfinity/Makefile.am

index b4bc31d2206ba67d4656afbc08436476b10e13d6..4798eb5e17162591a79beb40f8f5cd7078d7cb87 100644 (file)
@@ -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