diff options
author | Alin Năstac <mrness@gentoo.org> | 2004-12-12 19:45:02 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2004-12-12 19:45:02 +0000 |
commit | 436061b2a605dd020df6ba79eefb32b661ff44c1 (patch) | |
tree | 8729bbc5e527efabff38c90e5f74833185b5d727 /net-dialup | |
parent | fixes segfaulting issue. #72160 (Manifest recommit) (diff) | |
download | gentoo-2-436061b2a605dd020df6ba79eefb32b661ff44c1.tar.gz gentoo-2-436061b2a605dd020df6ba79eefb32b661ff44c1.tar.bz2 gentoo-2-436061b2a605dd020df6ba79eefb32b661ff44c1.zip |
remove dodir /usr/lib/isdn; firmwares are installed now in /lib/firmware
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/fcdsl/fcdsl-2.6.20.7-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/fcdsl/fcdsl-2.6.20.7-r2.ebuild b/net-dialup/fcdsl/fcdsl-2.6.20.7-r2.ebuild index 0835cd82445d..e365ad2d497b 100644 --- a/net-dialup/fcdsl/fcdsl-2.6.20.7-r2.ebuild +++ b/net-dialup/fcdsl/fcdsl-2.6.20.7-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcdsl/fcdsl-2.6.20.7-r2.ebuild,v 1.1 2004/12/12 19:14:21 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcdsl/fcdsl-2.6.20.7-r2.ebuild,v 1.2 2004/12/12 19:45:02 mrness Exp $ inherit kernel-mod rpm eutils @@ -130,7 +130,7 @@ src_compile() { } src_install() { - dodir /etc/drdsl /etc/modules.d /lib/modules/${KV_VERSION_FULL}/misc /usr/lib/isdn /lib/firmware /usr/sbin + dodir /etc/drdsl /etc/modules.d /lib/modules/${KV_VERSION_FULL}/misc /lib/firmware /usr/sbin echo -e "# card\tfile\tproto\tio\tirq\tmem\tcardnr\toptions" >${D}/etc/capi.conf echo "#" >>${D}/etc/capi.conf |