diff options
author | Fabian Groffen <grobian@gentoo.org> | 2010-04-01 20:08:45 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2010-04-01 20:08:45 +0000 |
commit | 9250921fbc28e5365db8ad15b644bd2e2a55f798 (patch) | |
tree | cfc48ab679b48e3f1a792991a0e013e6ed894cec /net-voip | |
parent | Fix for bug 298113, Prefix support (diff) | |
download | gentoo-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')
-rw-r--r-- | net-voip/linphone/ChangeLog | 5 | ||||
-rw-r--r-- | net-voip/linphone/linphone-3.2.1-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-voip/linphone/ChangeLog b/net-voip/linphone/ChangeLog index 23dca48de0f2..99898800f0ba 100644 --- a/net-voip/linphone/ChangeLog +++ b/net-voip/linphone/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-voip/linphone # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.44 2010/03/26 10:33:50 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.45 2010/04/01 20:08:45 grobian Exp $ + + 01 Apr 2010; Fabian Groffen <grobian@gentoo.org> linphone-3.2.1-r2.ebuild: + Unbreak for Prefix: use ${ED}/usr/... *linphone-3.2.1-r2 (26 Mar 2010) 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 } |