diff options
author | Donny Davies <woodchip@gentoo.org> | 2002-01-02 22:00:27 +0000 |
---|---|---|
committer | Donny Davies <woodchip@gentoo.org> | 2002-01-02 22:00:27 +0000 |
commit | e27d6686344174dea9844cf82f6e8207ae95b843 (patch) | |
tree | 8b56fe3e53462eba8b0d5b72373c866463398bd6 /media-sound | |
parent | fixes (diff) | |
download | historical-e27d6686344174dea9844cf82f6e8207ae95b843.tar.gz historical-e27d6686344174dea9844cf82f6e8207ae95b843.tar.bz2 historical-e27d6686344174dea9844cf82f6e8207ae95b843.zip |
The modular module thing (hehe) is in /etc/modules.d, not /etc/modutils.
:)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/alsa-driver/alsa-driver-0.5.12a.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/media-sound/alsa-driver/alsa-driver-0.5.12a.ebuild b/media-sound/alsa-driver/alsa-driver-0.5.12a.ebuild index 869d12e4757a..e87ac23ff47a 100644 --- a/media-sound/alsa-driver/alsa-driver-0.5.12a.ebuild +++ b/media-sound/alsa-driver/alsa-driver-0.5.12a.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-0.5.12a.ebuild,v 1.1 2001/12/12 05:29:04 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-0.5.12a.ebuild,v 1.2 2002/01/02 22:00:27 woodchip Exp $ S=${WORKDIR}/${P} DESCRIPTION="Advanced Linux Sound Architecture modules" @@ -45,8 +45,7 @@ src_install () { dodoc INSTALL FAQ dodir /lib/modules/${KV}/misc cp ${S}/modules/*.o ${D}/lib/modules/${KV}/misc - dodir /etc/modutils - insinto /etc/modutils + insinto /etc/modules.d doins ${FILESDIR}/alsa #this is the new modular modules system (from Debian) :) } |