diff options
author | 2008-01-16 15:11:11 +0000 | |
---|---|---|
committer | 2008-01-16 15:11:11 +0000 | |
commit | b4ee835347c8f605d1735f058e039a0dadd1d23a (patch) | |
tree | d96752daa5a402855cc647c4dc73778afbccc651 /net-p2p | |
parent | alpha/ia64/x86 stable (diff) | |
download | gentoo-2-b4ee835347c8f605d1735f058e039a0dadd1d23a.tar.gz gentoo-2-b4ee835347c8f605d1735f058e039a0dadd1d23a.tar.bz2 gentoo-2-b4ee835347c8f605d1735f058e039a0dadd1d23a.zip |
minorsyn
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/dclib/dclib-0.3.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/dclib/dclib-0.3.12.ebuild b/net-p2p/dclib/dclib-0.3.12.ebuild index ff5a2b0a61bc..a17656e41d3d 100644 --- a/net-p2p/dclib/dclib-0.3.12.ebuild +++ b/net-p2p/dclib/dclib-0.3.12.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-p2p/dclib/dclib-0.3.12.ebuild,v 1.2 2008/01/16 15:10:28 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dclib/dclib-0.3.12.ebuild,v 1.3 2008/01/16 15:11:11 armin76 Exp $ inherit eutils @@ -16,6 +16,6 @@ DEPEND=">=app-arch/bzip2-1.0.2 >=dev-libs/libxml2-2.4.22" src_install() { - emake DESTDIR=${D} install || die "emake install failed" + emake DESTDIR="${D}" install || die "emake install failed" dodoc AUTHORS ChangeLog INSTALL NEWS README TODO } |