Magellan Linux

Diff of /trunk/core/procps/procps-3.3.9-r1.smage2

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

revision 20530 by niro, Mon Jan 27 11:17:04 2014 UTC revision 20531 by niro, Mon Jan 27 11:30:03 2014 UTC
# Line 27  SRC_URI=( Line 27  SRC_URI=(
27  UP2TARBALL="${PNAME}-ng"  UP2TARBALL="${PNAME}-ng"
28  UP2DATE="updatecmd_sourceforge ${PNAME}-ng Production xz"  UP2DATE="updatecmd_sourceforge ${PNAME}-ng Production xz"
29    
30    src_check()
31    {
32     all-abis "sed -i -r 's|(pmap_initname)\\\$|\1|' testsuite/pmap.test/pmap.exp" || die
33     mmake -j1 -k check || die
34    }
35    
36  src_compile()  src_compile()
37  {  {
38   # kill is provided by coreutils   # kill is provided by coreutils

Legend:
Removed from v.20530  
changed lines
  Added in v.20531