Magellan Linux

Diff of /smage/trunk/extras/slim/slim-1.3.2-r1.smage2

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

revision 1161 by niro, Thu Jan 27 22:13:39 2011 UTC revision 1162 by niro, Thu Jan 27 23:06:54 2011 UTC
# Line 54  src_compile() Line 54  src_compile()
54   mmake || die   mmake || die
55  }  }
56    
57  src_install()  mcore_generic_src_install()
58  {  {
59   cd ${SRCDIR}   cd ${SRCDIR}
60   mmake DESTDIR=${BINDIR} install || die   mmake DESTDIR=${BINDIR} install || die
61    
62     # install a custom slim.conf
63     echo -e ${COLGREEN}"    injecting custom slim-configs"${COLDEFAULT}
64     minjectfile slim.conf /etc || die
65  }  }

Legend:
Removed from v.1161  
changed lines
  Added in v.1162