Magellan Linux

Diff of /smage/trunk/core/sysvinit/sysvinit-2.88-r1.smage2

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

revision 728 by niro, Thu Oct 21 15:22:33 2010 UTC revision 729 by niro, Thu Oct 21 15:23:40 2010 UTC
# Line 15  DEPEND="" Line 15  DEPEND=""
15  SRCFILE="${PNAME}-${PVER}dsf.tar.bz2"  SRCFILE="${PNAME}-${PVER}dsf.tar.bz2"
16  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}dsf"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}dsf"
17    
18  sminclude mtools  MCORE_ONLY_KEEP="sbin/halt
19     sbin/init
20     sbin/poweroff
21     sbin/reboot
22     sbin/runlevel
23     sbin/shutdown
24     sbin/sulogin
25     sbin/telinit"
26    sminclude mtools mcore-split
27    
28  SRC_URI=(  SRC_URI=(
29   http://download.savannah.gnu.org/releases/${PNAME}/${SRCFILE}   http://download.savannah.gnu.org/releases/${PNAME}/${SRCFILE}
# Line 47  src_compile() Line 55  src_compile()
55   mmake -C src || die   mmake -C src || die
56  }  }
57    
58  src_install()  mcore_generic_src_install()
59  {  {
60   cd ${SRCDIR}   cd ${SRCDIR}
61    

Legend:
Removed from v.728  
changed lines
  Added in v.729