From: Marcin Krol Date: Sun, 5 Feb 2012 16:58:36 +0000 (+0000) Subject: - fixed sed X-Git-Url: https://git.tld-linux.org/?a=commitdiff_plain;h=56679629605a0ec4c4d8689adb47255cade3c849;p=packages%2Fkernel.git - fixed sed --- diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index d11fbb6..08a3776 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -367,7 +367,7 @@ TuneUpConfigForIX86 () { %ifarch i586 sed -i "s:# CONFIG_HIGHMEM4G is not set:CONFIG_HIGHMEM4G=y:" $1 sed -i "s:CONFIG_HIGHMEM64G=y:# CONFIG_HIGHMEM64G is not set:" $1 - sed -i "d:CONFIG_X86_PAE=y:" $1 + sed -i ":CONFIG_X86_PAE=y:d" $1 %else sed -i 's:CONFIG_M586=y# CONFIG_M586 is not set::' $1 sed -i 's:# CONFIG_M686 is not set:CONFIG_M686=y:' $1