On Sun, 2005-07-17 at 10:17 -0400, Mike Frysinger wrote: > On Sunday 17 July 2005 09:34 am, Diego 'Flameeyes' Pettenò wrote: > > On Sunday 17 July 2005 02:26, Mike Frysinger wrote: > > > this of course assumes that *no package* should ever install that file, > > > including your bsd libc ... > > > > Actually, libiconv should install that file, at least. > > We can RESTRICT it for just a package? > > i dont think so > > you could see if doing something like `export INSTALL_MASK=""` in > src_unpack() > helps ... if it doesnt, i think the only other option would be to add > something like this to profile bashrc: > if [ "${CATEGORY}/${PN}" != "sys-libs/libiconv" ] ; then > export INSTALL_MASK="/usr/lib/charset.alias" > fi
INSTALL_MASK is non cumulative. Please use INSTALL_MASK="${INSTALL_MASK} /usr/lib/charset.alias" as to not override the user in anyway. -- Ned Ludd <[EMAIL PROTECTED]> -- gentoo-dev@gentoo.org mailing list