Magellan Linux

Diff of /smage/trunk/core/grub/grub-0.97-r15.smage2

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

revision 153 by niro, Mon Apr 26 19:21:59 2010 UTC revision 154 by niro, Mon Apr 26 19:25:47 2010 UTC
# Line 18  SDEPEND=">= sys-dev/automake-4 Line 18  SDEPEND=">= sys-dev/automake-4
18  SRCFILE="${PNAME}-${PVER}.tar.gz"  SRCFILE="${PNAME}-${PVER}.tar.gz"
19  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20    
21  MCORE_ONLY_KEEP="boot/* usr/sbin usr/bin"  MCORE_ONLY_KEEP="boot usr/sbin"
22  sminclude mtools mcore-split  sminclude mtools mcore-split
23    
24  SRC_URI=(  SRC_URI=(
# Line 88  src_compile() Line 88  src_compile()
88   mmake || die   mmake || die
89  }  }
90    
91  src_install()  mcore_generic_src_install()
92  {  {
93   cd ${SRCDIR}   cd ${SRCDIR}
94    

Legend:
Removed from v.153  
changed lines
  Added in v.154