Magellan Linux

Diff of /branches/R11-unstable/include/xfce.sminc

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

revision 16170 by niro, Mon Jan 28 08:55:49 2013 UTC revision 16173 by niro, Mon Jan 28 09:10:20 2013 UTC
# Line 57  xfce_src_compile() Line 57  xfce_src_compile()
57   mmake ${XFCE_MAKE_OPTS} || die   mmake ${XFCE_MAKE_OPTS} || die
58  }  }
59    
60    xfce_src_check()
61    {
62     cd ${SRCDIR}
63     mmake -k check || die
64    }
65    
66  xfce_src_install()  xfce_src_install()
67  {  {
68   cd ${SRCDIR}   cd ${SRCDIR}
# Line 130  xfce_postremove() Line 136  xfce_postremove()
136   xfce_update_icon_cache   xfce_update_icon_cache
137  }  }
138    
139  export_inherits xfce src_prepare src_compile src_install postinstall postremove  export_inherits xfce src_prepare src_compile src_check src_install postinstall postremove

Legend:
Removed from v.16170  
changed lines
  Added in v.16173