diff options
author | Chad Huneycutt <chadh@gentoo.org> | 2002-03-14 06:56:51 +0000 |
---|---|---|
committer | Chad Huneycutt <chadh@gentoo.org> | 2002-03-14 06:56:51 +0000 |
commit | 29264c2bb02407f904db0f8ff3934c02a7307f6e (patch) | |
tree | 5af702714ec530733e378531fed80791908bee72 /sys-apps | |
parent | Updated version. Was a small change of build script name from setup_all.py t... (diff) | |
download | gentoo-2-29264c2bb02407f904db0f8ff3934c02a7307f6e.tar.gz gentoo-2-29264c2bb02407f904db0f8ff3934c02a7307f6e.tar.bz2 gentoo-2-29264c2bb02407f904db0f8ff3934c02a7307f6e.zip |
lots of fixes to get our pcmcia stuff up to snuff.
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/pcmcia-cs/pcmcia-cs-3.1.31-r4.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys-apps/pcmcia-cs/pcmcia-cs-3.1.31-r4.ebuild b/sys-apps/pcmcia-cs/pcmcia-cs-3.1.31-r4.ebuild index d58d4a9e8220..c93072b25d0d 100644 --- a/sys-apps/pcmcia-cs/pcmcia-cs-3.1.31-r4.ebuild +++ b/sys-apps/pcmcia-cs/pcmcia-cs-3.1.31-r4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: System Team <system@gentoo.org> # Author: Craig Joly <joly@ee.ualberta.ca>, Daniel Robbins <drobbins@gentoo.org>, Karl Trygve Kalleberg <karltk@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.1.31-r4.ebuild,v 1.1 2002/03/14 06:43:28 chadh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.1.31-r4.ebuild,v 1.2 2002/03/14 06:56:51 chadh Exp $ # This ebuild installs ${FILESDIR}/hermes.conf, which you can get from # http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/hermes.conf @@ -87,8 +87,6 @@ src_install () { # install our own init script exeinto /etc/init.d newexe ${FILESDIR}/pcmcia.rc6 pcmcia - insinto /etc/pcmcia - doins ${FILESDIR}/hermes.conf if [ -z "`use build`" ] then cd ${S} @@ -100,7 +98,6 @@ src_install () { fi rm -f ${D}/etc/modules.conf rm -rf ${D}/var/lib/pcmcia - } src_postinst() { |