commit: a7d6844e0c172fa6bf1204f53de650d2e1e9334c
Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Thu Jul 3 18:59:09 2014 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Thu Jul 3 18:59:09 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=a7d6844e
www-plugins/freshplayerplugin: .so filename changed
---
www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild
b/www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild
index 4a8fd6e..0d2e812 100644
--- a/www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild
+++ b/www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild
@@ -45,5 +45,5 @@ src_install() {
ewarn 'Depending on what branch of Google Chrome you use, the path to
libpepflashplayer.so may need editing in /etc/freshwrapper.conf .'
insinto /usr/lib/nsbrowser/plugins/
- doins "${BUILD_DIR}"/libfreshwrapper.so
+ doins "${BUILD_DIR}"/libfreshwrapper-pepperflash.so
}