[neon/forks/live-build/Neon/release] scripts/build: ignore gfxboot-theme-ubuntu

Jonathan Esk-Riddell null at kde.org
Wed Jul 13 16:31:23 BST 2022


Git commit fc9b08562d6c10f0bb1ed3ddcd59fe2be3836045 by Jonathan Esk-Riddell.
Committed on 13/07/2022 at 15:31.
Pushed by jriddell into branch 'Neon/release'.

ignore gfxboot-theme-ubuntu

M  +3    -1    scripts/build/lb_binary_syslinux

https://invent.kde.org/neon/forks/live-build/commit/fc9b08562d6c10f0bb1ed3ddcd59fe2be3836045

diff --git a/scripts/build/lb_binary_syslinux b/scripts/build/lb_binary_syslinux
index 300841a..3b4451b 100755
--- a/scripts/build/lb_binary_syslinux
+++ b/scripts/build/lb_binary_syslinux
@@ -99,7 +99,9 @@ case "${LB_BUILD_WITH_CHROOT}" in
 
 				case "${LB_MODE}" in
 					ubuntu)
-						Check_package chroot/usr/share/gfxboot-theme-ubuntu/bootlogo.tar.gz gfxboot-theme-ubuntu
+							#Check_package chroot/usr/share/gfxboot-theme-ubuntu/bootlogo.tar.gz gfxboot-theme-ubuntu
+							# Neon uses syslinux for some reason but Ubuntu does not. This package is not in Ubuntu any more.
+							true
 						;;
 				esac
 				;;


More information about the Neon-commits mailing list