On Friday 28 Mar 2003 09:05, Adam Mercer wrote:
> Hi
>
> I'm trying to set my system up so that I have a choice of two kernels,
> a vanilla kernel and a patched kernel - however as I use ALSA I'm
> having problems installing the alsa-driver package for both kernel.
> When I install one the files for the other kernel are removed.
>
> How can I have alsa-driver for two different kernels? I've tried
> setting AUTOCLEAN=no in make.conf but that seems to have no effect...
>
> Ideas anyone?
>
Use this to emerge alsa-driver:

---------------------------------------
#!/bin/bash
echo "Removing any installation records for alsa-driver from /var/db/pkg/"
if [[ $(epm -qaG|grep alsa-driver) != "" ]]; then
    rm -Rf /var/db/pkg/$(epm -qaG|grep alsa-driver)
fi
AUTOCLEAN="no" emerge alsa-driver
---------------------------------------

Peter
-- 
Gentoo-1.4.3.4 Unstable. KDE: 3.1.1 Qt: 3.1.2
AMD Athlon(tm) XP 1900+ 768MB.  Kernel: 2.4.20-xfs-r2.  GCC 3.2.2


--
[EMAIL PROTECTED] mailing list

Reply via email to