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 1060 by niro, Tue Dec 7 20:10:21 2010 UTC revision 1061 by niro, Mon Dec 27 16:09:57 2010 UTC
# Line 18  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" Line 18  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18  SRC_URI=(  SRC_URI=(
19   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
20   mirror://${PNAME}/${PNAME}-${PVER}-busybox.patch   mirror://${PNAME}/${PNAME}-${PVER}-busybox.patch
21     mirror://${PNAME}/${PNAME}-${PVER}-busybox-system-group-support.patch
22  )  )
23    
24  src_prepare()  src_prepare()
# Line 27  src_prepare() Line 28  src_prepare()
28    
29   # mcore specific patches   # mcore specific patches
30   mpatch ${PNAME}-${PVER}-busybox.patch || die   mpatch ${PNAME}-${PVER}-busybox.patch || die
31     mpatch ${PNAME}-${PVER}-busybox-system-group-support.patch || die
32  }  }
33    
34  src_install()  src_install()

Legend:
Removed from v.1060  
changed lines
  Added in v.1061