Magellan Linux

Diff of /branches/magellan-next/core/mage-bootstrap/mage-bootstrap-1.11-r1.smage2

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

revision 8869 by niro, Thu Aug 4 13:23:45 2011 UTC revision 8870 by niro, Thu Aug 4 13:25:23 2011 UTC
# Line 17  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" Line 17  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17  sminclude mbuild  sminclude mbuild
18    
19  SRC_URI=( mirror://${PNAME}/${SRCFILE} )  SRC_URI=( mirror://${PNAME}/${SRCFILE} )
20    
21    src_compile()
22    {
23     cd ${SRCDIR}
24     make || die
25    }

Legend:
Removed from v.8869  
changed lines
  Added in v.8870