diff options
author | Sebastian Pipping <sebastian@pipping.org> | 2014-07-03 20:59:09 +0200 |
---|---|---|
committer | Sebastian Pipping <sebastian@pipping.org> | 2014-07-03 20:59:09 +0200 |
commit | a7d6844e0c172fa6bf1204f53de650d2e1e9334c (patch) | |
tree | 281a553f21412788d8cebbbca12f122f44e2f221 /www-plugins | |
parent | www-plugins/freshplayerplugin: Add ewarn call pointing to /etc/freshwrapper.conf (diff) | |
download | betagarden-a7d6844e0c172fa6bf1204f53de650d2e1e9334c.tar.gz betagarden-a7d6844e0c172fa6bf1204f53de650d2e1e9334c.tar.bz2 betagarden-a7d6844e0c172fa6bf1204f53de650d2e1e9334c.zip |
www-plugins/freshplayerplugin: .so filename changed
Diffstat (limited to 'www-plugins')
-rw-r--r-- | www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |