diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-09-29 23:23:22 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-09-29 23:23:22 +0000 |
commit | a9a08bfbb183db13e7a9bfd01514491bdabacfe7 (patch) | |
tree | b24cfc68e4e5fea46c08ee7a48f2530103238e79 /net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild | |
parent | Fix for my last commit. Needs to be chmod 4xxx, not chmod 1xxx. (diff) | |
download | gentoo-2-a9a08bfbb183db13e7a9bfd01514491bdabacfe7.tar.gz gentoo-2-a9a08bfbb183db13e7a9bfd01514491bdabacfe7.tar.bz2 gentoo-2-a9a08bfbb183db13e7a9bfd01514491bdabacfe7.zip |
various fixes
Diffstat (limited to 'net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild')
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild b/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild index e424160bffef..0366ba073ae5 100644 --- a/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild +++ b/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.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: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild,v 1.2 2001/08/29 04:37:45 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild,v 1.3 2001/09/29 23:23:22 drobbins Exp $ MYV=1.3.20-pl0 S=${WORKDIR}/${PN}-${MYV} @@ -18,15 +18,12 @@ src_compile() { src_install () { make DESTDIR=${D} install || die - if [ -z "`use bootcd`" ] && [ =z "`use build`" ] + [ -z "`use build`" ] then dodoc AUTHORS COPYING ChangeLog NEWS README else rm -rf ${D}/usr/share fi - if [ "`use pcmcia`" ] || [ "`use pcmcia-cs`" ] - then - insinto /etc/pcmcia - doins pcmcia/network* - fi + insinto /etc/pcmcia + doins pcmcia/network* } |