diff options
author | Tilman Klar <phoenix@gentoo.org> | 2002-11-19 20:48:35 +0000 |
---|---|---|
committer | Tilman Klar <phoenix@gentoo.org> | 2002-11-19 20:48:35 +0000 |
commit | 80e736b9db9831fd9ef0b3dd1552bfa90d34aa6a (patch) | |
tree | d1334035f5b3ac1dfa1709782797b8ea96f40cf6 /net-www/phoenix-bin | |
parent | Bumping to latest stable (diff) | |
download | historical-80e736b9db9831fd9ef0b3dd1552bfa90d34aa6a.tar.gz historical-80e736b9db9831fd9ef0b3dd1552bfa90d34aa6a.tar.bz2 historical-80e736b9db9831fd9ef0b3dd1552bfa90d34aa6a.zip |
Made plugin dir FHS compliant
Diffstat (limited to 'net-www/phoenix-bin')
-rw-r--r-- | net-www/phoenix-bin/ChangeLog | 4 | ||||
-rw-r--r-- | net-www/phoenix-bin/phoenix-bin-0.4-r2.ebuild | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net-www/phoenix-bin/ChangeLog b/net-www/phoenix-bin/ChangeLog index 34935d21499a..f8c3cab0aa78 100644 --- a/net-www/phoenix-bin/ChangeLog +++ b/net-www/phoenix-bin/ChangeLog @@ -1,13 +1,13 @@ # ChangeLog for net-www/phoenix-bin # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-www/phoenix-bin/ChangeLog,v 1.9 2002/11/19 20:04:31 phoenix Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/phoenix-bin/ChangeLog,v 1.10 2002/11/19 20:48:35 phoenix Exp $ *phoenix-bin-0.4-r1 (19 Nov 2002) 19 Nov 2002; phoen][x <phoenix@gentoo.org> phoenix-bin-0.4-r2.ebuild files/digest-phoenix-bin0.4-r2 : Made phoenix mozilla plugin compliant. The new plugin layout for - phoenix and mozilla is: All plugins go to /usr/share/mozilla/plugins + phoenix and mozilla is: All plugins go to /usr/lib/nsbrowser/plugins and the browsers plugins/ dir is symlinked to that very directory. Check bug #10056 for further details. diff --git a/net-www/phoenix-bin/phoenix-bin-0.4-r2.ebuild b/net-www/phoenix-bin/phoenix-bin-0.4-r2.ebuild index d06000b55f86..2d91041456ca 100644 --- a/net-www/phoenix-bin/phoenix-bin-0.4-r2.ebuild +++ b/net-www/phoenix-bin/phoenix-bin-0.4-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-www/phoenix-bin/phoenix-bin-0.4-r2.ebuild,v 1.1 2002/11/19 20:04:31 phoenix Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/phoenix-bin/phoenix-bin-0.4-r2.ebuild,v 1.2 2002/11/19 20:48:35 phoenix Exp $ IUSE="" @@ -22,7 +22,7 @@ RDEPEND=">=sys-libs/lib-compat-1.0-r2 src_install() { # Plugin path creation - PLUGIN_DIR="/usr/share/mozilla/plugins" + PLUGIN_DIR="/usr/lib/nsbrowser/plugins" mkdir -p ${D}/${PLUGIN_DIR} dodir /usr/lib @@ -31,7 +31,7 @@ src_install() { # Plugin path setup (rescuing the existent plugins) mv ${D}/usr/lib/${MY_PN}/plugins ${D}/usr/lib/${MY_PN}/plugins.temp - dosym ${PLUGIN_DIR} /usr/lib/${MY_PN}/ + dosym ../nsbrowser/plugins /usr/lib/${MY_PN}/ mv ${D}/usr/lib/${MY_PN}/plugins.temp/* ${D}/usr/lib/${MY_PN}/plugins/ rmdir ${D}/usr/lib/${MY_PN}/plugins.temp |