Magellan Linux

Diff of /trunk/core/perl/perl-5.14.2-r1.smage2

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

revision 9969 by niro, Sun Jan 15 01:26:24 2012 UTC revision 9970 by niro, Sun Jan 15 01:41:35 2012 UTC
# Line 88  src_compile() Line 88  src_compile()
88   mmake || die   mmake || die
89  }  }
90    
91    src_check()
92    {
93     cd ${SRCDIR}
94     mmake test_harness || die
95    }
96    
97  src_install()  src_install()
98  {  {
99   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.9969  
changed lines
  Added in v.9970