Magellan Linux

Diff of /smage/trunk/core/mage/mage-0.4.22-r1.smage2

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

revision 890 by niro, Tue Dec 7 19:52:34 2010 UTC revision 891 by niro, Tue Dec 7 20:10:21 2010 UTC
# Line 17  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" Line 17  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18  SRC_URI=(  SRC_URI=(
19   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
20   mirror://${PNAME}/${PNAME}-0.4.19-mcore.patch   mirror://${PNAME}/${PNAME}-${PVER}-busybox.patch
  mirror://${PNAME}/${PNAME}-0.4.19-busybox.patch  
  mirror://${PNAME}/${PNAME}-0.4.19-smage-busybox.patch  
  mirror://${PNAME}/${PNAME}-0.4.19-mage-busybox.patch  
  mirror://${PNAME}/${PNAME}-0.4.20-mage-busybox-quirks.patch  
21  )  )
22    
23  src_prepare()  src_prepare()
# Line 30  src_prepare() Line 26  src_prepare()
26   cd ${SRCDIR}   cd ${SRCDIR}
27    
28   # mcore specific patches   # mcore specific patches
29   mpatch ${PNAME}-0.4.19-mcore.patch || die   mpatch ${PNAME}-${PVER}-busybox.patch || die
  mpatch ${PNAME}-0.4.19-busybox.patch || die  
  mpatch ${PNAME}-0.4.19-smage-busybox.patch || die  
  mpatch ${PNAME}-0.4.19-mage-busybox.patch || die  
  mpatch ${PNAME}-0.4.20-mage-busybox-quirks.patch || die  
30  }  }
31    
32  src_install()  src_install()

Legend:
Removed from v.890  
changed lines
  Added in v.891