diff options
author | Daniel Black <dragonheart@gentoo.org> | 2008-04-01 10:39:00 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2008-04-01 10:39:00 +0000 |
commit | 0bddd0adee2e166a6fd5183304bf333fbd4a1ecb (patch) | |
tree | c667d49f1c85701c07dcd6db1c85c1ea4ad0991f /net-dns/updatedd/updatedd-2.6.ebuild | |
parent | Moved eautoreconf call to src_unpack(); some minor random QA. (diff) | |
download | historical-0bddd0adee2e166a6fd5183304bf333fbd4a1ecb.tar.gz historical-0bddd0adee2e166a6fd5183304bf333fbd4a1ecb.tar.bz2 historical-0bddd0adee2e166a6fd5183304bf333fbd4a1ecb.zip |
QA fixes
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'net-dns/updatedd/updatedd-2.6.ebuild')
-rw-r--r-- | net-dns/updatedd/updatedd-2.6.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-dns/updatedd/updatedd-2.6.ebuild b/net-dns/updatedd/updatedd-2.6.ebuild index f4f6c336b034..d295ec42bf66 100644 --- a/net-dns/updatedd/updatedd-2.6.ebuild +++ b/net-dns/updatedd/updatedd-2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/updatedd/updatedd-2.6.ebuild,v 1.1 2008/04/01 10:36:52 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/updatedd/updatedd-2.6.ebuild,v 1.2 2008/04/01 10:39:00 dragonheart Exp $ inherit eutils @@ -16,12 +16,12 @@ IUSE="" RDEPEND="virtual/libc" src_unpack() { - unpack "${A}" + unpack ${A} epatch "${FILESDIR}"/${P}-options.patch } src_install() { - emake DESTDIR=${D} install || die - mv ${D}/usr/share/doc/updatedd ${D}/usr/share/doc/${PF} + emake DESTDIR="${D}" install || die + mv "${D}"/usr/share/doc/updatedd "${D}"/usr/share/doc/${PF} dodoc AUTHORS } |