Magellan Linux

Diff of /branches/R11-unstable/extras/xdg-utils/xdg-utils-1.1.0_20140205-r1.smage2

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

trunk/extras/xdg-utils/xdg-utils-1.1.0_20140205-r1.smage2 revision 20749 by niro, Wed Feb 5 10:50:03 2014 UTC branches/R11-unstable/extras/xdg-utils/xdg-utils-1.1.0_20140205-r1.smage2 revision 25871 by niro, Tue Nov 25 04:25:34 2014 UTC
# Line 41  src_compile() Line 41  src_compile()
41   mmake -C scripts scripts-clean || die   mmake -C scripts scripts-clean || die
42   # build (git version only)   # build (git version only)
43   mmake -C scripts scripts man || die   mmake -C scripts scripts man || die
44     mmake || die
45    }
46    
47    src_check()
48    {
49     cd ${SRCDIR}
50     make -k test || die
51  }  }
52    
53  src_install()  src_install()

Legend:
Removed from v.20749  
changed lines
  Added in v.25871