Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0a1d174005fc670ae262b92955594515e6a7448c

commit 0a1d174005fc670ae262b92955594515e6a7448c
Author: Miklos Vajna <[EMAIL PROTECTED]>
Date:   Wed Jan 30 18:32:23 2008 +0100

kernel-2.6.24-1-x86_64
typo fix in Fbuildkernel()

diff --git a/source/include/kernel.sh b/source/include/kernel.sh
index b7951a7..7b502fa 100644
--- a/source/include/kernel.sh
+++ b/source/include/kernel.sh
@@ -236,7 +236,7 @@ fi
Fbuildkernel()
{
Fcd linux-$_F_kernel_ver
-       if [ -e "config.$CARCH" ]; then
+       if [ -e "$Fsrcdir/config.$CARCH" ]; then
cp $Fsrcdir/config.$CARCH .config || Fdie
else
cp $Fsrcdir/config .config || Fdie
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to