Magellan Linux

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

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

revision 324 by niro, Mon Apr 26 17:28:00 2010 UTC revision 325 by niro, Wed Apr 28 13:59:52 2010 UTC
# Line 21  SRC_URI=( Line 21  SRC_URI=(
21   mirror://${PNAME}/${PNAME}-0.4.19-busybox.patch   mirror://${PNAME}/${PNAME}-0.4.19-busybox.patch
22   mirror://${PNAME}/${PNAME}-0.4.19-smage-busybox.patch   mirror://${PNAME}/${PNAME}-0.4.19-smage-busybox.patch
23   mirror://${PNAME}/${PNAME}-0.4.19-mage-busybox.patch   mirror://${PNAME}/${PNAME}-0.4.19-mage-busybox.patch
24     mirror://${PNAME}/${PNAME}-${PVER}-mage-busybox-quirks.patch
25  )  )
26    
27  src_prepare()  src_prepare()
# Line 33  src_prepare() Line 34  src_prepare()
34   mpatch ${PNAME}-0.4.19-busybox.patch || die   mpatch ${PNAME}-0.4.19-busybox.patch || die
35   mpatch ${PNAME}-0.4.19-smage-busybox.patch || die   mpatch ${PNAME}-0.4.19-smage-busybox.patch || die
36   mpatch ${PNAME}-0.4.19-mage-busybox.patch || die   mpatch ${PNAME}-0.4.19-mage-busybox.patch || die
37     mpatch ${PNAME}-${PVER}-mage-busybox-quirks.patch || die
38  }  }
39    
40  src_install()  src_install()

Legend:
Removed from v.324  
changed lines
  Added in v.325