Magellan Linux

Diff of /smage/branches/alx-0_6_0/core/coreutils/coreutils-8.10-r1.smage2

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

revision 1857 by niro, Tue Apr 12 09:26:47 2011 UTC revision 1858 by niro, Tue Apr 26 12:44:42 2011 UTC
# Line 24  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" Line 24  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
24    
25  REMOVE_DEPRECATED_MAGE_TARGETS=1  REMOVE_DEPRECATED_MAGE_TARGETS=1
26  ALX_ONLY_KEEP="bin/dircolors bin/install bin/ls usr/bin/mktemp bin/touch"  ALX_ONLY_KEEP="bin/dircolors bin/install bin/ls usr/bin/mktemp bin/touch"
27  sminclude mtools alx-split  sminclude mtools cleanutils alx-split
28    
29  SRC_URI=(  SRC_URI=(
30   gnu://${PNAME}/${SRCFILE}   gnu://${PNAME}/${SRCFILE}
# Line 86  alx_generic_src_install() Line 86  alx_generic_src_install()
86   mlink ../../bin/install /usr/bin || die   mlink ../../bin/install /usr/bin || die
87    
88   minstalldocs ABOUT-NLS AUTHORS COPYING ChangeLog NEWS README THANKS TODO || die   minstalldocs ABOUT-NLS AUTHORS COPYING ChangeLog NEWS README THANKS TODO || die
 }  
89    
90  # preinstall()   # only keep binaries which are not provided by busybox
91  # {   zapmost ${BINDIR}/bin basename dir head mkfifo shred test vdir || die
92  # if [[ ! -z $(magequery -n mktemp) ]]   zapmost ${BINDIR}/usr/bin base64 chcon csplit factor fmt groups join link nl nproc paste \
93  # then   pathchk pinky pr ptx runcon sha1sum sha224sum sha256sum sha384sum sha512sum \
94  # echo -e ${COLRED}   shuf stdbuf sum timeout truncate tsort unlink users || die
95  # echo -e "Error: sys-apps/mktemp is installed!!"  }
 # echo -e "mktemp is now provided by coreutils and doesn't need an extra package anymore."  
 # echo -e "Please uninstall sys-apps/mktemp first!"  
 # echo -e ${COLDEFAULT}  
 # die "sys-apps/mktemp found!"  
 # fi  
 # }  

Legend:
Removed from v.1857  
changed lines
  Added in v.1858