Magellan Linux

Diff of /trunk/core/reiserfsprogs/reiserfsprogs-3.6.21-r1.smage2

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

revision 1377 by niro, Tue May 5 16:32:32 2009 UTC revision 1378 by niro, Tue May 5 16:38:40 2009 UTC
# Line 21  SRC_URI=( Line 21  SRC_URI=(
21   http://kernel.org/pub/linux/utils/fs/reiserfs/${SRCFILE}   http://kernel.org/pub/linux/utils/fs/reiserfs/${SRCFILE}
22   #http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/distfiles/${SRCFILE}   #http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/distfiles/${SRCFILE}
23   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
24   mirror://${PNAME}/${PNAME}-3.6.20-fsck-n.patch   mirror://${PNAME}/${PNAME}-${PVER}-fsck-n.patch
25  )  )
26    
27  UP2DATE="updatecmd http://kernel.org/pub/linux/utils/fs/reiserfs/ | lasttarball gz"  UP2DATE="updatecmd http://kernel.org/pub/linux/utils/fs/reiserfs/ | lasttarball gz"
# Line 32  src_prepare() Line 32  src_prepare()
32   cd ${SRCDIR}   cd ${SRCDIR}
33    
34   # support fsck -f -n   # support fsck -f -n
35   mpatch ${PNAME}-3.6.20-fsck-n.patch || die   mpatch ${PNAME}-${PVER}-fsck-n.patch || die
36  }  }
37    
38  src_compile()  src_compile()

Legend:
Removed from v.1377  
changed lines
  Added in v.1378