Browse Source

Dimitar Zhekov <jimmy@is-vn.bg>:

I knew I shoudn't say final! Fixes for the linux config style handling.


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1386 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Dimitar Zhekov 22 years ago
parent
commit
fbbaa2cbac
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package/base/linux24/config-500.in

+ 1
- 1
package/base/linux24/config-500.in

@ -35,7 +35,7 @@ menu_begin MENU_PKG_LINUX 'Linux Kernel Options'
pkgfilter sed -e "/ linux.*-header / s/^./O/" \
-e "/ $ROCKCFG_DEFAULT_KERNEL-header / s/^./X/"
if [ $ROCKCFG_PKG_LINUX_CONFIG_STYLE = none ] ; then
if [ "$ROCKCFG_PKG_LINUX_CONFIG_STYLE" = none ] ; then
ROCKCFGSET_PKG_LINUX_CUSTCONFIG=1
fi

Loading…
Cancel
Save