diff options
author | Peter Johanson <latexer@gentoo.org> | 2003-06-17 19:33:22 +0000 |
---|---|---|
committer | Peter Johanson <latexer@gentoo.org> | 2003-06-17 19:33:22 +0000 |
commit | 93cd6d346bf2b6a8e52aa2fe368a8e5a87d8a004 (patch) | |
tree | 2cceffb3e7db77cd3cd86fdbea46c60034206443 /net-misc/dhcpv6/dhcpv6-0.8.ebuild | |
parent | Small aesthetic patch (diff) | |
download | gentoo-2-93cd6d346bf2b6a8e52aa2fe368a8e5a87d8a004.tar.gz gentoo-2-93cd6d346bf2b6a8e52aa2fe368a8e5a87d8a004.tar.bz2 gentoo-2-93cd6d346bf2b6a8e52aa2fe368a8e5a87d8a004.zip |
Small aesthetic patch
Diffstat (limited to 'net-misc/dhcpv6/dhcpv6-0.8.ebuild')
-rw-r--r-- | net-misc/dhcpv6/dhcpv6-0.8.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net-misc/dhcpv6/dhcpv6-0.8.ebuild b/net-misc/dhcpv6/dhcpv6-0.8.ebuild index b5c68b179b8a..e63070816082 100644 --- a/net-misc/dhcpv6/dhcpv6-0.8.ebuild +++ b/net-misc/dhcpv6/dhcpv6-0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpv6/dhcpv6-0.8.ebuild,v 1.2 2003/06/17 19:14:02 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpv6/dhcpv6-0.8.ebuild,v 1.3 2003/06/17 19:33:18 latexer Exp $ DESCRIPTION="Server and client for DHCPv6" @@ -15,6 +15,12 @@ IUSE="" DEPEND="" S=${WORKDIR}/${MY_P} +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/negative-iaid-patch-0.8 +} + src_install() { einstall || die dodoc Install ReadMe docs/draft-ietf-dhc-dhcpv6-28.txt \ |