Magellan Linux

Diff of /branches/magellan-next/core/mpc/mpc-0.9-r1.smage2

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

revision 7522 by niro, Tue May 24 12:30:02 2011 UTC revision 7523 by niro, Tue May 24 12:43:23 2011 UTC
# Line 26  SRC_URI=( Line 26  SRC_URI=(
26  )  )
27    
28  UP2DATE="updatecmd '${HOMEPAGE}?prog=mpc&page=download' | firsttarball gz"  UP2DATE="updatecmd '${HOMEPAGE}?prog=mpc&page=download' | firsttarball gz"
29    
30    src_compile()
31    {
32     # fixes an issue with grep while building shared lib
33     EGREP="grep -E" mconfigure || die
34     mmake || die
35    }

Legend:
Removed from v.7522  
changed lines
  Added in v.7523