Magellan Linux

Diff of /branches/magellan-next/core/multiarch-wrapper/multiarch-wrapper-1.0-r1.smage2

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

revision 6324 by niro, Fri Aug 20 16:17:35 2010 UTC revision 6325 by niro, Fri Aug 20 16:18:07 2010 UTC
# Line 18  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" Line 18  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18  sminclude mbuild  sminclude mbuild
19    
20  SRC_URI=( mirror://${PNAME}/${SRCFILE} )  SRC_URI=( mirror://${PNAME}/${SRCFILE} )
21    
22    src_compile()
23    {
24     cd ${SRCDIR}
25     mmake || die
26    }

Legend:
Removed from v.6324  
changed lines
  Added in v.6325