diff options
author | Richard Yao <ryao@gentoo.org> | 2014-08-02 03:35:35 +0000 |
---|---|---|
committer | Richard Yao <ryao@gentoo.org> | 2014-08-02 03:35:35 +0000 |
commit | 792c56336ab9562a891e195b418fb1f1bf6ffa6e (patch) | |
tree | a9c1e95845e4e3e4ec79de8d817048c3765557e0 /www-plugins | |
parent | bump; add IUSE test, dep and phase (diff) | |
download | gentoo-2-792c56336ab9562a891e195b418fb1f1bf6ffa6e.tar.gz gentoo-2-792c56336ab9562a891e195b418fb1f1bf6ffa6e.tar.bz2 gentoo-2-792c56336ab9562a891e195b418fb1f1bf6ffa6e.zip |
Change sed command in response to build failure report from HyperJapan on the foonetic IRC network
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xBEE84C64)
Diffstat (limited to 'www-plugins')
-rw-r--r-- | www-plugins/pipelight/ChangeLog | 6 | ||||
-rw-r--r-- | www-plugins/pipelight/pipelight-9999.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/www-plugins/pipelight/ChangeLog b/www-plugins/pipelight/ChangeLog index 037aaada1445..59951184bd6b 100644 --- a/www-plugins/pipelight/ChangeLog +++ b/www-plugins/pipelight/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-plugins/pipelight # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/pipelight/ChangeLog,v 1.3 2014/07/31 21:24:35 ryao Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/pipelight/ChangeLog,v 1.4 2014/08/02 03:35:35 ryao Exp $ + + 02 Aug 2014; Richard Yao <ryao@gentoo.org> pipelight-9999.ebuild: + Change sed command in response to build failure report from HyperJapan on the + foonetic IRC network 31 Jul 2014; Richard Yao <ryao@gentoo.org> pipelight-9999.ebuild: Provide link to upstream user agent tutorial diff --git a/www-plugins/pipelight/pipelight-9999.ebuild b/www-plugins/pipelight/pipelight-9999.ebuild index 644d8fc2e9f0..480879dabbbf 100644 --- a/www-plugins/pipelight/pipelight-9999.ebuild +++ b/www-plugins/pipelight/pipelight-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/pipelight/pipelight-9999.ebuild,v 1.3 2014/07/31 21:24:35 ryao Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/pipelight/pipelight-9999.ebuild,v 1.4 2014/08/02 03:35:35 ryao Exp $ EAPI=5 @@ -37,7 +37,7 @@ src_install() { # does not support DESTDIR, so we use sed to adjust it before running it to # properly duplicate the plugins. # XXX: Patch the script to support DESTDIR and send the patch upstream. - sed -e "s:^\(PIPELIGHT_LIBRARY_PATH=\"\)\\(.*\):\1${ED}\2:" \ + sed -e "s:^\(PIPELIGHT_LIBRARY_PATH=\"\)\\(.*\):\1${ED}usr/$(get_libdir)/${PN}\":" \ "${DESTDIR}/usr/bin/pipelight-plugin" > "${T}/pipelight-plugin" \ || die "Generating temporary pipelight-plugin failed" chmod u+x "${T}/pipelight-plugin" \ |