diff options
Diffstat (limited to 'www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2723.2_alpha.ebuild')
-rw-r--r-- | www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2723.2_alpha.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 b246cc856ff6..8dfd3d8e341d 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 |