Magellan Linux

Diff of /smage/trunk/core/bash/bash-4.0-r3.smage2

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

revision 101 by niro, Wed Jan 6 12:44:03 2010 UTC revision 102 by niro, Wed Jan 6 12:53:37 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  MCORE_ONLY_KEEP="bin/bash bin/sh etc"  MCORE_ONLY_KEEP="bin/bash bin/sh etc/*"
21  sminclude mtools  sminclude mtools mcore-split
22    
23  SRC_URI=(  SRC_URI=(
24   gnu://${PNAME}/${SRCFILE}   gnu://${PNAME}/${SRCFILE}
# Line 110  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.101  
changed lines
  Added in v.102