On Thursday 13 July 2006 02:26, Daniel Black wrote: > 4. FEATURES="noauto" ebuild {package}.ebuild install FEATURES=noauto has broken at least two times in different ways with portage 2.1 pre-releases. Same as broke FEATURES=digest and FEATURES=autoaddcvs or whatever that was. I won't rely on those FEATURES because nobody has a clear idea of what they should and what they should not do. > if these use doins/man/doc then the should probably check them before > installing: > [ -f ${doc} ] && dodoc ${doc} dodoc of 30 files of which some might not exists take less runtime than 30 checks for files and following dodoc file-by-file. Better a dodoc $(ls ${doc} 2>/dev/null) probably -- Diego "Flameeyes" Pettenò - http://farragut.flameeyes.is-a-geek.org/ Gentoo/Alt lead, Gentoo/FreeBSD, Video, AMD64, Sound, PAM, KDE