summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2010-04-01 20:08:45 +0000
committerFabian Groffen <grobian@gentoo.org>2010-04-01 20:08:45 +0000
commit9250921fbc28e5365db8ad15b644bd2e2a55f798 (patch)
treecfc48ab679b48e3f1a792991a0e013e6ed894cec /net-voip/linphone/linphone-3.2.1-r2.ebuild
parentFix for bug 298113, Prefix support (diff)
downloadgentoo-2-9250921fbc28e5365db8ad15b644bd2e2a55f798.tar.gz
gentoo-2-9250921fbc28e5365db8ad15b644bd2e2a55f798.tar.bz2
gentoo-2-9250921fbc28e5365db8ad15b644bd2e2a55f798.zip
Unbreak for Prefix: use ${ED}/usr/...
(Portage version: 2.2.00.15842-prefix/cvs/Darwin powerpc)
Diffstat (limited to 'net-voip/linphone/linphone-3.2.1-r2.ebuild')
-rw-r--r--net-voip/linphone/linphone-3.2.1-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-voip/linphone/linphone-3.2.1-r2.ebuild b/net-voip/linphone/linphone-3.2.1-r2.ebuild
index fd7af9659f92..7b5c44b2bdb1 100644
--- a/net-voip/linphone/linphone-3.2.1-r2.ebuild
+++ b/net-voip/linphone/linphone-3.2.1-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.2.1-r2.ebuild,v 1.1 2010/03/26 10:33:50 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.2.1-r2.ebuild,v 1.2 2010/04/01 20:08:45 grobian Exp $
EAPI="3"
@@ -99,5 +99,5 @@ src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dosym linphone-3 /usr/bin/linphone || die
dodoc AUTHORS BUGS ChangeLog NEWS README README.arm TODO || die
- cp "${D}/usr/share/pixmaps/"{linphone/linphone2.png,linphone2.png} || die
+ cp "${ED}/usr/share/pixmaps/"{linphone/linphone2.png,linphone2.png} || die
}