diff options
author | Zac Medico <zmedico@gentoo.org> | 2011-07-02 00:49:51 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2011-07-02 00:49:51 +0000 |
commit | c9be7905fbc05fcac0b6c76b1bdec5319edd4f61 (patch) | |
tree | 589dcc72a5ecd45bce8ccc9b1a1e59b836567fb1 /www-plugins | |
parent | *calibre-0.8.8 (02 Jul 2011) (diff) | |
download | gentoo-2-c9be7905fbc05fcac0b6c76b1bdec5319edd4f61.tar.gz gentoo-2-c9be7905fbc05fcac0b6c76b1bdec5319edd4f61.tar.bz2 gentoo-2-c9be7905fbc05fcac0b6c76b1bdec5319edd4f61.zip |
Fix duplicate INSTALL_BASE when calling inst_plugin.
(Portage version: 2.2.0_alpha43/cvs/Linux i686)
Diffstat (limited to 'www-plugins')
-rw-r--r-- | www-plugins/google-talkplugin/ChangeLog | 6 | ||||
-rw-r--r-- | www-plugins/google-talkplugin/google-talkplugin-2.1.7.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/www-plugins/google-talkplugin/ChangeLog b/www-plugins/google-talkplugin/ChangeLog index 15dffb84fda1..bba6c4d0707b 100644 --- a/www-plugins/google-talkplugin/ChangeLog +++ b/www-plugins/google-talkplugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-plugins/google-talkplugin # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/ChangeLog,v 1.10 2011/07/01 18:09:13 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/ChangeLog,v 1.11 2011/07/02 00:49:51 zmedico Exp $ + + 02 Jul 2011; Zac Medico <zmedico@gentoo.org> + google-talkplugin-2.1.7.0.ebuild: + Fix duplicate INSTALL_BASE when calling inst_plugin. *google-talkplugin-2.1.7.0 (01 Jul 2011) diff --git a/www-plugins/google-talkplugin/google-talkplugin-2.1.7.0.ebuild b/www-plugins/google-talkplugin/google-talkplugin-2.1.7.0.ebuild index 2a0a679703fa..fda684f735ff 100644 --- a/www-plugins/google-talkplugin/google-talkplugin-2.1.7.0.ebuild +++ b/www-plugins/google-talkplugin/google-talkplugin-2.1.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-2.1.7.0.ebuild,v 1.1 2011/07/01 18:09:13 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-2.1.7.0.ebuild,v 1.2 2011/07/02 00:49:51 zmedico Exp $ EAPI=4 @@ -95,7 +95,7 @@ src_install() { doexe "${INSTALL_BASE#/}"/GoogleTalkPlugin for i in "${INSTALL_BASE#/}"/libnpg*.so; do doexe "${i}" - inst_plugin "${INSTALL_BASE}"/"${i}" + inst_plugin /"${i}" done #install bundled libCg |