Magellan Linux

Diff of /branches/R11-unstable/core/reiserfsprogs/reiserfsprogs-3.6.24-r1.smage2

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

revision 19548 by niro, Fri Sep 20 09:23:12 2013 UTC revision 19549 by niro, Fri Sep 20 09:25:02 2013 UTC
# Line 20  sminclude mbuild mtools Line 20  sminclude mbuild mtools
20  SRC_URI=(  SRC_URI=(
21   https://www.kernel.org/pub/linux/kernel/people/jeffm/${PNAME}/v${PVER}/${SRCFILE}   https://www.kernel.org/pub/linux/kernel/people/jeffm/${PNAME}/v${PVER}/${SRCFILE}
22   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
  mirror://${PNAME}/${PNAME}-3.6.21-fsck-n.patch  
23  )  )
24    
25  UP2DATE="updatecmd http://kernel.org/pub/linux/utils/fs/reiserfs/ | lasttarball xz"  UP2DATE="updatecmd http://kernel.org/pub/linux/utils/fs/reiserfs/ | lasttarball xz"
26    
 src_prepare()  
 {  
  munpack ${SRCFILE} || die  
  cd ${SRCDIR}  
   
  # support fsck -f -n  
  mpatch ${PNAME}-3.6.21-fsck-n.patch || die  
 }  
   
27  src_install()  src_install()
28  {  {
29   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.19548  
changed lines
  Added in v.19549