Magellan Linux

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

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

revision 5716 by niro, Sat Aug 7 12:21:04 2010 UTC revision 5721 by niro, Sat Aug 7 12:43:36 2010 UTC
# Line 37  xfce_src_prepare() Line 37  xfce_src_prepare()
37  xfce_src_compile()  xfce_src_compile()
38  {  {
39   cd ${SRCDIR}   cd ${SRCDIR}
40   xfce_configure --disable-debug --disable-static || die  
41     xfce_configure \
42     --libexecdir=/usr/$(mlibdir)/${PNAME} \
43     --with-html-dir=/usr/share/doc/${PNAME}-${PVER}/html \
44     --disable-debug \
45     --disable-static \
46     || die
47    
48   mmake ${XFCE_MAKE_OPTS} || die   mmake ${XFCE_MAKE_OPTS} || die
49  }  }
50    

Legend:
Removed from v.5716  
changed lines
  Added in v.5721