Magellan Linux

Diff of /smage/trunk/extras/splashy/splashy-0.3.13-r2.smage2

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

revision 1676 by niro, Fri Mar 11 23:15:32 2011 UTC revision 1677 by niro, Sat Mar 12 00:13:29 2011 UTC
# Line 35  src_prepare() Line 35  src_prepare()
35   # fix theme pathes in config.xml   # fix theme pathes in config.xml
36   mpatch ${PNAME}-${PVER}-fix-theme-path.patch || die   mpatch ${PNAME}-${PVER}-fix-theme-path.patch || die
37  }  }
38    
39    src_compile()
40    {
41     cd ${SRCDIR}
42     mconfigure --enable-debug || die
43     mmake || die
44    }

Legend:
Removed from v.1676  
changed lines
  Added in v.1677