From 01a651c8937c8b2f0eeb03fd4fd863b565423d57 Mon Sep 17 00:00:00 2001 From: "Andreas V. 'netrunner' Meier" Date: Mon, 28 Jun 2004 13:39:20 +0000 Subject: [PATCH] Andreas V. Meier: bootsplash: typo in pkg_linux24_pre.conf [2004062419521713660] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@3443 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/avm/bootsplash/pkg_linux24_pre.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/avm/bootsplash/pkg_linux24_pre.conf b/package/avm/bootsplash/pkg_linux24_pre.conf index 2fa836b90..971a1ae04 100644 --- a/package/avm/bootsplash/pkg_linux24_pre.conf +++ b/package/avm/bootsplash/pkg_linux24_pre.conf @@ -4,7 +4,7 @@ if [ "$ROCKCFG_KERNEL_BOOTSPLASH" == '1' ] ; then bootsplash_patch=$base/download/avm/bootsplash/bootsplash-3.0.7-${ver}-vanilla.diff else echo_status "Including backup Bootsplash Patch for version 2.4.24" - bootsplash_patch=$base/download/avm/bootsplash/bootsplash-3.0.7-2.4.22-vanilla.diff + bootsplash_patch=$base/download/avm/bootsplash/bootsplash-3.0.7-2.4.24-vanilla.diff fi var_remove patchfiles " " "$bootsplash_patch" var_append patchfiles " " "$bootsplash_patch"