diff options
-rw-r--r-- | www-plugins/adobe-flash/adobe-flash-24.0.0.221-r3.ebuild (renamed from www-plugins/adobe-flash/adobe-flash-24.0.0.221-r2.ebuild) | 2 | ||||
-rw-r--r-- | www-plugins/adobe-flash/files/pepper-flash-r1 | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/www-plugins/adobe-flash/adobe-flash-24.0.0.221-r2.ebuild b/www-plugins/adobe-flash/adobe-flash-24.0.0.221-r3.ebuild index 5ace83c5f54..ed3de32b1a7 100644 --- a/www-plugins/adobe-flash/adobe-flash-24.0.0.221-r2.ebuild +++ b/www-plugins/adobe-flash/adobe-flash-24.0.0.221-r3.ebuild @@ -123,7 +123,7 @@ multilib_src_install() { if multilib_is_native_abi; then dodir /etc/chromium - sed "${FILESDIR}"/pepper-flash \ + sed "${FILESDIR}"/pepper-flash-r1 \ -e "s|@FP_LIBDIR@|$(get_libdir)|g" \ -e "s|@FP_PV@|${PV}|g" \ > "${D}"/etc/chromium/pepper-flash \ diff --git a/www-plugins/adobe-flash/files/pepper-flash-r1 b/www-plugins/adobe-flash/files/pepper-flash-r1 new file mode 100644 index 00000000000..b70c40c9183 --- /dev/null +++ b/www-plugins/adobe-flash/files/pepper-flash-r1 @@ -0,0 +1 @@ +CHROMIUM_FLAGS="${CHROMIUM_FLAGS} --ppapi-flash-path=/usr/@FP_LIBDIR@/chromium/PepperFlash/libpepflashplayer.so --ppapi-flash-version=@FP_PV@" |