Magellan Linux

Diff of /trunk/extras/xfconf/xfconf-4.10.0-r5.smage2

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

revision 22523 by niro, Wed Oct 22 11:59:14 2014 UTC revision 22524 by niro, Wed Oct 22 12:50:39 2014 UTC
# Line 39  src_compile() Line 39  src_compile()
39    
40   mmake || die   mmake || die
41  }  }
42    
43    src_check()
44    {
45     cd ${SRCDIR}
46    
47     # fix po tests
48     echo "xfconf-perl/xs/Xfconf.c" > po/POTFILES.skip
49     echo "xfconf-perl/xs/XfconfBinding.c" >> po/POTFILES.skip
50     echo "xfconf-perl/xs/XfconfChannel.c" >> po/POTFILES.skip
51    
52     mmake -j1 -k check || die
53    }

Legend:
Removed from v.22523  
changed lines
  Added in v.22524