Magellan Linux

Diff of /trunk/extras/cargo/cargo-0.18.0-r1.smage2

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

revision 29515 by niro, Wed Jun 21 12:26:18 2017 UTC revision 29516 by niro, Wed Jun 21 12:35:38 2017 UTC
# Line 53  then Line 53  then
53   )   )
54  fi  fi
55    
56    src_prepare()
57    {
58     munpack ${SRCFILE} || die
59    
60     if [[ ${BOOTSTRAP} = 1 ]]
61     then
62     munpack ${CARGOBIN_SRCFILE} || die
63     fi
64    }
65    
66  src_compile()  src_compile()
67  {  {
68   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.29515  
changed lines
  Added in v.29516