Magellan Linux

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

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

revision 1180 by niro, Fri Jan 28 21:41:39 2011 UTC revision 1181 by niro, Fri Jan 28 21:42:06 2011 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.23-busybox.patch   mirror://${PNAME}/${PNAME}-0.4.22-busybox.patch
21   mirror://${PNAME}/${PNAME}-0.4.23-busybox-system-group-support.patch   mirror://${PNAME}/${PNAME}-0.4.22-busybox-system-group-support.patch
22  )  )
23    
24  src_prepare()  src_prepare()
# Line 27  src_prepare() Line 27  src_prepare()
27   cd ${SRCDIR}   cd ${SRCDIR}
28    
29   # mcore specific patches   # mcore specific patches
30   mpatch ${PNAME}-0.4.23-busybox.patch || die   mpatch ${PNAME}-0.4.22-busybox.patch || die
31   mpatch ${PNAME}-0.4.23-busybox-system-group-support.patch || die   mpatch ${PNAME}-0.4.22-busybox-system-group-support.patch || die
32  }  }
33    
34  src_install()  src_install()

Legend:
Removed from v.1180  
changed lines
  Added in v.1181