Magellan Linux

Diff of /branches/magellan-next/core/rpm2targz/rpm2targz-9.0.0.4g-r1.smage2

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

revision 8098 by niro, Mon Jul 4 17:40:28 2011 UTC revision 8099 by niro, Mon Jul 4 17:48:19 2011 UTC
# Line 25  sminclude mbuild Line 25  sminclude mbuild
25  # check git repo  # check git repo
26  UP2DATE="${PVER}"  UP2DATE="${PVER}"
27  SRC_URI=( mirror://${PNAME}/${SRCFILE} )  SRC_URI=( mirror://${PNAME}/${SRCFILE} )
28    
29    src_compile()
30    {
31     cd ${SRCDIR}
32     mmake || die
33    }

Legend:
Removed from v.8098  
changed lines
  Added in v.8099