diff options
author | Mike Gilbert <floppym@gentoo.org> | 2013-09-21 21:00:37 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2013-09-21 21:00:37 +0000 |
commit | 6a5bf9f47c195439696ec2f22cbd552b1e5407c2 (patch) | |
tree | feabef80dd8f6eaa0bf49970df467ad8870659a2 /www-plugins | |
parent | Fix installation. (diff) | |
download | gentoo-2-6a5bf9f47c195439696ec2f22cbd552b1e5407c2.tar.gz gentoo-2-6a5bf9f47c195439696ec2f22cbd552b1e5407c2.tar.bz2 gentoo-2-6a5bf9f47c195439696ec2f22cbd552b1e5407c2.zip |
Fix installation.
(Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'www-plugins')
-rw-r--r-- | www-plugins/chrome-binary-plugins/ChangeLog | 6 | ||||
-rw-r--r-- | www-plugins/chrome-binary-plugins/chrome-binary-plugins-31.0.1636.0_alpha1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/www-plugins/chrome-binary-plugins/ChangeLog b/www-plugins/chrome-binary-plugins/ChangeLog index c16c5326ffd6..de3b2eb2cb4a 100644 --- a/www-plugins/chrome-binary-plugins/ChangeLog +++ b/www-plugins/chrome-binary-plugins/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-plugins/chrome-binary-plugins # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v 1.58 2013/09/21 20:33:21 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v 1.59 2013/09/21 21:00:37 floppym Exp $ + + 21 Sep 2013; Mike Gilbert <floppym@gentoo.org> + chrome-binary-plugins-31.0.1636.0_alpha1.ebuild: + Fix installation. *chrome-binary-plugins-31.0.1636.0_alpha1 (21 Sep 2013) diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-31.0.1636.0_alpha1.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-31.0.1636.0_alpha1.ebuild index a882c79a5dfc..3681db05cdb1 100644 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-31.0.1636.0_alpha1.ebuild +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-31.0.1636.0_alpha1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-31.0.1636.0_alpha1.ebuild,v 1.1 2013/09/21 20:33:21 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-31.0.1636.0_alpha1.ebuild,v 1.2 2013/09/21 21:00:37 floppym Exp $ EAPI=4 @@ -52,7 +52,7 @@ for x in 0 beta stable unstable; do fi done -S="${WORKDIR}/opt/google/chrome" +S="${WORKDIR}/opt/google/chrome-${SLOT}" QA_PREBUILT="*" src_install() { |