Magellan Linux

Diff of /smage/trunk/core/eglibc/eglibc-2.12.2_20110125-r1.smage2

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

revision 1198 by niro, Tue Jan 25 19:09:07 2011 UTC revision 1199 by niro, Fri Jan 28 23:34:02 2011 UTC
# Line 411  src_install_eglibc() Line 411  src_install_eglibc()
411   $([[ ${ARCH} = x86_64 ]] && echo 'lib usr/lib/*.so') \   $([[ ${ARCH} = x86_64 ]] && echo 'lib usr/lib/*.so') \
412   sbin/ldconfig \   sbin/ldconfig \
413   usr/bin/iconv \   usr/bin/iconv \
414     usr/bin/ldd \
415   usr/bin/locale \   usr/bin/locale \
416   usr/$(mlibdir)/gconv/ISO8859-1.so \   usr/$(mlibdir)/gconv/ISO8859-1.so \
417   usr/$(mlibdir)/gconv/UNICODE.so \   usr/$(mlibdir)/gconv/UNICODE.so \
# Line 484  src_install_eglibc-dev() Line 485  src_install_eglibc-dev()
485   fi   fi
486   rm ${BINDIR}/sbin/ldconfig || die   rm ${BINDIR}/sbin/ldconfig || die
487   rm ${BINDIR}/usr/bin/iconv || die   rm ${BINDIR}/usr/bin/iconv || die
488     rm ${BINDIR}/usr/bin/ldd || die
489   rm ${BINDIR}/usr/bin/locale || die   rm ${BINDIR}/usr/bin/locale || die
490    
491  # do not generate the locales here, let it the user do with the locale-gen tool  # do not generate the locales here, let it the user do with the locale-gen tool

Legend:
Removed from v.1198  
changed lines
  Added in v.1199