Magellan Linux

Diff of /trunk/core/include/kernel26.sminc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2127 by niro, Tue Jun 30 20:00:36 2009 UTC revision 2128 by niro, Wed Jul 1 16:57:52 2009 UTC
# Line 304  kernel26_image_postinstall() Line 304  kernel26_image_postinstall()
304    
305  kernel26_sources_postinstall()  kernel26_sources_postinstall()
306  {  {
307   if [ ! -d ${MROOT}/usr/src/linux-${KPVER}-${KBRANCH}-${KPBUILD} ]   # check for linux-VERSION/include as the kernel-image installs
308     # the file Modules.symver in the linux-VERSION directory
309     if [ ! -d ${MROOT}/usr/src/linux-${KPVER}-${KBRANCH}-${KPBUILD}/include ]
310   then   then
311   echo "Unpacking linux-${KPVER}-${KBRANCH}-${KPBUILD} source tarball ... "   echo "Unpacking linux-${KPVER}-${KBRANCH}-${KPBUILD} source tarball ... "
312   tar xvjf ${MROOT}/usr/src/linux-${KPVER}-${KBRANCH}-${KPBUILD}.tar.bz2 -C ${MROOT}/usr/src   tar xvjf ${MROOT}/usr/src/linux-${KPVER}-${KBRANCH}-${KPBUILD}.tar.bz2 -C ${MROOT}/usr/src

Legend:
Removed from v.2127  
changed lines
  Added in v.2128