From 7a0cdb645faa038abe63676effb8fa4292b8e4f1 Mon Sep 17 00:00:00 2001 From: Tim Yamin Date: Mon, 29 Nov 2004 19:03:18 +0000 Subject: [PATCH] Bugfix for bug #72342. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@153 67a159dc-881f-0410-a524-ba9dfbe2cb84 --- genkernel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genkernel b/genkernel index 638e4bd..a571520 100755 --- a/genkernel +++ b/genkernel @@ -188,7 +188,7 @@ then [ -z "${GENSPLASH_THEME}" ] && [ -e /etc/conf.d/splash ] && source /etc/conf.d/splash [ -z "${GENSPLASH_THEME}" ] && GENSPLASH_THEME=default print_info 1 " >> Installing gensplash [ using the ${GENSPLASH_THEME} theme ]..." - sed -i 's:$(obj)/gen_init_cpio $(initramfs-y) FORCE:$(if $(shell [ ! -f $(obj)/initramfs_data.cpio ] && echo '1' ), $(obj)/gen_init_cpio $(initramfs-y)):' ${KERNEL_DIR}/usr/Makefile + sed -i -e 's:$(obj)/gen_init_cpio $(initramfs-y) FORCE:$(if $(shell [ ! -f $(obj)/initramfs_data.cpio ] \&\& echo 1 ), $(obj)/gen_init_cpio $(initramfs-y)):' ${KERNEL_DIR}/usr/Makefile splash_geninitramfs -g ${KERNEL_DIR}/usr/initramfs_data.cpio.gz ${GENSPLASH_THEME} gunzip ${KERNEL_DIR}/usr/initramfs_data.cpio.gz else -- 2.26.2