From e92985d2008db016406e0f2931806c656c2114be Mon Sep 17 00:00:00 2001 From: Mike Khiretskiy Date: Fri, 27 Feb 2015 17:06:38 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20menuconfig?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cl-kernel | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cl-kernel b/cl-kernel index 28eaf7c..9b45fa8 100755 --- a/cl-kernel +++ b/cl-kernel @@ -16,7 +16,7 @@ PATH=/lib/rc/bin:$PATH TEXTDOMAIN=cl_kernel -CL_KERNEL_VERSION=0.1_rc4 +CL_KERNEL_VERSION=0.1 DESCRIPTION=$"Kernel building tool" DEFAULT_KERNEL_DIRECTORY=/usr/src/linux SRC_DIRECTORY=/usr/src @@ -492,7 +492,7 @@ eend ########################################### # Изменение конфигурации ядра пользователем ########################################### -(cd $KERNEL_DIR; [[ -n ${KERNEL_OLD_DIR} || -z ${CREATE_NEW} ]] && KCONFIG_CONFIG=$(basename $NEW_CONFIG) make oldconfig;KCONFIG_CONFIG=$(basename $NEW_CONFIG) make -s makeconfig) || true +(cd $KERNEL_DIR; [[ -n ${KERNEL_OLD_DIR} || -z ${CREATE_NEW} ]] && KCONFIG_CONFIG=$(basename $NEW_CONFIG) make oldconfig;KCONFIG_CONFIG=$(basename $NEW_CONFIG) make -s menuconfig) || true ########################### # Создание шаблона