Magellan Linux

Diff of /branches/magellan-next/core/grub/grub-1.98-r1.smage2

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

revision 5459 by niro, Fri Jun 25 10:22:13 2010 UTC revision 5460 by niro, Fri Jun 25 10:23:32 2010 UTC
# Line 19  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" Line 19  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19  SRC_URI=(  SRC_URI=(
20   ftp://alpha.gnu.org/gnu/${PNAME}/${SRCFILE}   ftp://alpha.gnu.org/gnu/${PNAME}/${SRCFILE}
21   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
  mirror://${PNAME}/${PNAME}-1.9.2-grub-install-typo.patch  
22  )  )
23    
24  # get only 1.xx versions!  # get only 1.xx versions!
# Line 30  UP2DATE="updatecmd ftp://alpha.gnu.org/g Line 29  UP2DATE="updatecmd ftp://alpha.gnu.org/g
29  unset CFLAGS  unset CFLAGS
30  unset CXXFLAGS  unset CXXFLAGS
31    
 src_prepare()  
 {  
  munpack ${SRCFILE}  
  cd ${SRCDIR}  
   
  mpatch ${PNAME}-1.92-grub-install-typo.patch || die  
 }  
   
32  src_compile()  src_compile()
33  {  {
34   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.5459  
changed lines
  Added in v.5460