Magellan Linux

Diff of /smage/trunk/core/bash/bash-4.1-r1.smage2

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

revision 611 by niro, Tue Oct 19 15:40:38 2010 UTC revision 612 by niro, Tue Oct 19 15:42:14 2010 UTC
# Line 17  DEPEND=">= sys-libs/ncurses-5.7" Line 17  DEPEND=">= sys-libs/ncurses-5.7"
17  SRCFILE="${PNAME}-${PVER}.tar.gz"  SRCFILE="${PNAME}-${PVER}.tar.gz"
18  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19    
20  sminclude mtools mcore  MCORE_ONLY_KEEP="bin/bash bin/sh etc/*"
21    sminclude mtools mcore-split
22    
23  SRC_URI=(  SRC_URI=(
24   gnu://${PNAME}/${SRCFILE}   gnu://${PNAME}/${SRCFILE}
# Line 109  src_compile() Line 110  src_compile()
110   mmake -j1 || die   mmake -j1 || die
111  }  }
112    
113  src_install()  mcore_generic_src_install()
114  {  {
115   cd ${SRCDIR}   cd ${SRCDIR}
116   make DESTDIR=${BINDIR} bindir=/bin install || die   make DESTDIR=${BINDIR} bindir=/bin install || die

Legend:
Removed from v.611  
changed lines
  Added in v.612