diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2007-06-27 22:29:15 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2007-06-27 22:29:15 +0000 |
commit | bdec9f1f187497fa5d575736c0c95ac0e34fac8a (patch) | |
tree | 14edb0d33a3e1b83e23ada7dc1457727b54b8eaa /net-p2p/pandodl | |
parent | net-p2p/pandodl: Initial commit, fixes bug 182580 (diff) | |
download | gentoo-2-bdec9f1f187497fa5d575736c0c95ac0e34fac8a.tar.gz gentoo-2-bdec9f1f187497fa5d575736c0c95ac0e34fac8a.tar.bz2 gentoo-2-bdec9f1f187497fa5d575736c0c95ac0e34fac8a.zip |
net-p2p/pandodl: Dying after install helpers, stupid me.
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-p2p/pandodl')
-rw-r--r-- | net-p2p/pandodl/pandodl-0.9.1.0.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-p2p/pandodl/pandodl-0.9.1.0.ebuild b/net-p2p/pandodl/pandodl-0.9.1.0.ebuild index c29c04236c1c..9e72312afe84 100644 --- a/net-p2p/pandodl/pandodl-0.9.1.0.ebuild +++ b/net-p2p/pandodl/pandodl-0.9.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/pandodl/pandodl-0.9.1.0.ebuild,v 1.1 2007/06/27 22:25:21 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/pandodl/pandodl-0.9.1.0.ebuild,v 1.2 2007/06/27 22:29:15 coldwind Exp $ inherit eutils @@ -28,12 +28,12 @@ pkg_setup() { src_install() { insinto /opt/${PN} - doins -r lib *.png + doins -r lib *.png || die exeinto /opt/${PN}/bin - doexe bin/pandoDownloader + doexe bin/pandoDownloader || die - dobin ${FILESDIR}/${PN} + dobin ${FILESDIR}/${PN} || die - dodoc README + dodoc README || die } |