nixpkgs/pkgs/os-specific/linux/plymouth/dont-create-broken-symlink.patch
Lily Foster 5220b6e2e0
plymouth: unstable-2021-10-18 -> unstable-2023-06-05
Includes switch from autotools-based build system to meson-based build
system.

Co-Authored-By: Ilan Joselevich <personal@ilanjoselevich.com>
2023-06-15 10:42:21 -04:00

14 lines
418 B
Diff

diff --git a/themes/spinfinity/meson.build b/themes/spinfinity/meson.build
index f48e8e55..5a2050c8 100644
--- a/themes/spinfinity/meson.build
+++ b/themes/spinfinity/meson.build
@@ -53,8 +53,3 @@ install_data(
'throbber-33.png',
install_dir: plymouth_theme_path / 'spinfinity',
)
-
-install_symlink('header-image.png',
- install_dir: plymouth_theme_path / 'spinfinity',
- pointing_to: plymouth_logo_file,
-)