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

commit 61e3cfb0a2943eb5c512b58dcbcf7f7b17ad8d2d
Author: crazy <[EMAIL PROTECTED]>
Date:   Thu Feb 28 20:58:54 2008 +0100

kernel.sh
* fix the warning message about removed options

diff --git a/source/include/kernel.sh b/source/include/kernel.sh
index 8ac6b3f..36de660 100644
--- a/source/include/kernel.sh
+++ b/source/include/kernel.sh
@@ -96,11 +96,11 @@ if [ -z "$_F_kernel_uname" ]; then
fi

if [ -n "$_F_kernel_dontsedarch" ]; then
-       Fmessage "This option was removed and does nothing at the moment, 
please update your FrugalBuild!."
+       Fmessage "Option _F_kernel_dontsedarch was removed and does nothing at 
the moment, please update your FrugalBuild!."
fi

if [ -n "$_F_kernel_manualamd64" ]; then
-       Fmessage "This option was removed and does nothing at the moment, 
please update your FrugalBuild!."
+       Fmessage "Option _F_kernel_manualamd64 was removed and does nothing at 
the moment, please update your FrugalBuild!."
fi

_F_kernel_rcver=${_F_kernel_ver%.*}.$((${_F_kernel_ver#*.*.}+1))-rc$_F_kernel_rc
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to