commit: 519b13e8ea030437522267afb46155d7caf7216d
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed May 11 01:24:36 2016 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed May 11 01:24:36 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=519b13e8
www-plugins/chrome-binary-plugins: eliminate ROOT in src_install
Package-Manager: portage-2.2.28_p105
.../chrome-binary-plugins/chrome-binary-plugins-50.0.2661.94.ebuild | 2 +-
.../chrome-binary-plugins-51.0.2704.36_beta.ebuild | 2 +-
.../chrome-binary-plugins-52.0.2723.2_alpha.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2661.94.ebuild
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2661.94.ebuild
index 23cd900..67f5aee 100644
---
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2661.94.ebuild
+++
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2661.94.ebuild
@@ -71,7 +71,7 @@ src_install() {
# Since this is a live ebuild, we're forced to, unfortuantely,
# dynamically construct the command line args for Chromium.
version=$(sed -n 's/.*"version": "\(.*\)",.*/\1/p'
PepperFlash/manifest.json)
-
flapper="${ROOT}usr/$(get_libdir)/chromium-browser/PepperFlash/libpepflashplayer.so"
+
flapper="${EPREFIX}/usr/$(get_libdir)/chromium-browser/PepperFlash/libpepflashplayer.so"
echo -n "CHROMIUM_FLAGS=\"\${CHROMIUM_FLAGS} " > pepper-flash
echo -n "--ppapi-flash-path=$flapper " >> pepper-flash
echo "--ppapi-flash-version=$version\"" >> pepper-flash
diff --git
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-51.0.2704.36_beta.ebuild
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-51.0.2704.36_beta.ebuild
index b246cc8..8dfd3d8 100644
---
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-51.0.2704.36_beta.ebuild
+++
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-51.0.2704.36_beta.ebuild
@@ -71,7 +71,7 @@ src_install() {
# Since this is a live ebuild, we're forced to, unfortuantely,
# dynamically construct the command line args for Chromium.
version=$(sed -n 's/.*"version": "\(.*\)",.*/\1/p'
PepperFlash/manifest.json)
-
flapper="${ROOT}usr/$(get_libdir)/chromium-browser/PepperFlash/libpepflashplayer.so"
+
flapper="${EPREFIX}/usr/$(get_libdir)/chromium-browser/PepperFlash/libpepflashplayer.so"
echo -n "CHROMIUM_FLAGS=\"\${CHROMIUM_FLAGS} " > pepper-flash
echo -n "--ppapi-flash-path=$flapper " >> pepper-flash
echo "--ppapi-flash-version=$version\"" >> pepper-flash
diff --git
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2723.2_alpha.ebuild
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2723.2_alpha.ebuild
index b246cc8..8dfd3d8 100644
---
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2723.2_alpha.ebuild
+++
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2723.2_alpha.ebuild
@@ -71,7 +71,7 @@ src_install() {
# Since this is a live ebuild, we're forced to, unfortuantely,
# dynamically construct the command line args for Chromium.
version=$(sed -n 's/.*"version": "\(.*\)",.*/\1/p'
PepperFlash/manifest.json)
-
flapper="${ROOT}usr/$(get_libdir)/chromium-browser/PepperFlash/libpepflashplayer.so"
+
flapper="${EPREFIX}/usr/$(get_libdir)/chromium-browser/PepperFlash/libpepflashplayer.so"
echo -n "CHROMIUM_FLAGS=\"\${CHROMIUM_FLAGS} " > pepper-flash
echo -n "--ppapi-flash-path=$flapper " >> pepper-flash
echo "--ppapi-flash-version=$version\"" >> pepper-flash