Magellan Linux

Diff of /smage/branches/alx-0_6_0/core/bash/bash-4.2-r1.smage2

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

revision 1982 by niro, Mon Apr 11 20:59:50 2011 UTC revision 1983 by niro, Sat May 7 11:23:06 2011 UTC
# Line 18  SRCFILE="${PNAME}-${PVER}.tar.gz" Line 18  SRCFILE="${PNAME}-${PVER}.tar.gz"
18  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19    
20  REMOVE_DEPRECATED_MAGE_TARGETS=1  REMOVE_DEPRECATED_MAGE_TARGETS=1
21  sminclude mtools alx  ALX_ONLY_KEEP="bin/bash bin/sh etc/*"
22    sminclude mtools alx-split
23    
24  SRC_URI=(  SRC_URI=(
25   gnu://${PNAME}/${SRCFILE}   gnu://${PNAME}/${SRCFILE}
# Line 110  src_compile() Line 111  src_compile()
111   mmake -j1 || die   mmake -j1 || die
112  }  }
113    
114  src_install()  alx_generic_src_install()
115  {  {
116   cd ${SRCDIR}   cd ${SRCDIR}
117   make DESTDIR=${BINDIR} bindir=/bin install || die   make DESTDIR=${BINDIR} bindir=/bin install || die

Legend:
Removed from v.1982  
changed lines
  Added in v.1983