diff options
author | Jim Ramsay <lack@gentoo.org> | 2011-05-14 16:15:18 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2011-05-14 16:15:18 +0000 |
commit | e47e4b6cb146da873e2bded551b60747375ec5db (patch) | |
tree | 3cfa0426ef7590513c9d59b23f1dcb4277c2a450 /www-plugins | |
parent | Readd okteta, no idea why it disappeared, bug 367159 (diff) | |
download | gentoo-2-e47e4b6cb146da873e2bded551b60747375ec5db.tar.gz gentoo-2-e47e4b6cb146da873e2bded551b60747375ec5db.tar.bz2 gentoo-2-e47e4b6cb146da873e2bded551b60747375ec5db.zip |
Fix nspluginwrapper auto-install logic for amd64
(Portage version: 2.1.9.34/cvs/Linux i686)
Diffstat (limited to 'www-plugins')
-rw-r--r-- | www-plugins/adobe-flash/ChangeLog | 8 | ||||
-rw-r--r-- | www-plugins/adobe-flash/adobe-flash-10.3.181.14-r1.ebuild (renamed from www-plugins/adobe-flash/adobe-flash-10.3.181.14.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/www-plugins/adobe-flash/ChangeLog b/www-plugins/adobe-flash/ChangeLog index 050be33acef6..ae69e1013003 100644 --- a/www-plugins/adobe-flash/ChangeLog +++ b/www-plugins/adobe-flash/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for www-plugins/adobe-flash # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v 1.80 2011/05/14 01:29:18 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v 1.81 2011/05/14 16:15:18 lack Exp $ + +*adobe-flash-10.3.181.14-r1 (14 May 2011) + + 14 May 2011; Jim Ramsay <lack@gentoo.org> -adobe-flash-10.3.181.14.ebuild, + +adobe-flash-10.3.181.14-r1.ebuild: + Fix nspluginwrapper auto-install logic for amd64 14 May 2011; Jim Ramsay <lack@gentoo.org> -adobe-flash-9.0.289.0.ebuild, -adobe-flash-10.1.102.64.ebuild, -adobe-flash-10.2.152.27.ebuild, diff --git a/www-plugins/adobe-flash/adobe-flash-10.3.181.14.ebuild b/www-plugins/adobe-flash/adobe-flash-10.3.181.14-r1.ebuild index abf026ac4b8f..ac31732fc6af 100644 --- a/www-plugins/adobe-flash/adobe-flash-10.3.181.14.ebuild +++ b/www-plugins/adobe-flash/adobe-flash-10.3.181.14-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/adobe-flash-10.3.181.14.ebuild,v 1.2 2011/05/14 01:06:38 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/adobe-flash-10.3.181.14-r1.ebuild,v 1.1 2011/05/14 16:15:18 lack Exp $ EAPI=4 inherit nsplugins rpm multilib toolchain-funcs @@ -113,7 +113,7 @@ pkg_postinst() { elog "nspluginwrapper detected: Installing plugin wrapper" local oldabi="${ABI}" ABI="x86" - local FLASH_SOURCE="${ROOT}/${INSTALL_BASE32}/libflashplayer.so" + local FLASH_SOURCE="${ROOT}/${INSTALL_BASE32}/plugin/libflashplayer.so" nspluginwrapper -i "${FLASH_SOURCE}" ABI="${oldabi}" elog |