Magellan Linux

Diff of /branches/magellan-next/extras/antlr2/antlr2-2.7.7-r1.smage2

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

revision 8645 by niro, Wed Jul 27 10:20:47 2011 UTC revision 8646 by niro, Wed Jul 27 11:26:36 2011 UTC
# Line 57  src_compile() Line 57  src_compile()
57    
58   # python   # python
59   cd ${SRCDIR}/lib/python   cd ${SRCDIR}/lib/python
60   python_src_compile || die   python_docompile || die
61  }  }
62    
63  src_install_antlr2()  src_install_antlr2()
# Line 86  EOF Line 86  EOF
86    
87  src_install_antlr2-python()  src_install_antlr2-python()
88  {  {
89   cd ${SRCDIR}   cd ${SRCDIR}/lib/python
90   python_src_install || die   python_doinstall || die
91  }  }

Legend:
Removed from v.8645  
changed lines
  Added in v.8646