diff options
author | Dominik Stadler <centic@gentoo.org> | 2004-04-08 21:27:46 +0000 |
---|---|---|
committer | Dominik Stadler <centic@gentoo.org> | 2004-04-08 21:27:46 +0000 |
commit | c5d6302d92b08443e2ef5b9cd002b9e48777225c (patch) | |
tree | e24c6aef7533ba90836993412d8846156cc698d3 /net-www | |
parent | Add new ebuild. (Manifest recommit) (diff) | |
download | gentoo-2-c5d6302d92b08443e2ef5b9cd002b9e48777225c.tar.gz gentoo-2-c5d6302d92b08443e2ef5b9cd002b9e48777225c.tar.bz2 gentoo-2-c5d6302d92b08443e2ef5b9cd002b9e48777225c.zip |
Fix a small glitch in the plugin-directories before announcing the ebuild.
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/mozplugger/mozplugger-1.5.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/mozplugger/mozplugger-1.5.2.ebuild b/net-www/mozplugger/mozplugger-1.5.2.ebuild index f627488526c7..fff753fd6280 100644 --- a/net-www/mozplugger/mozplugger-1.5.2.ebuild +++ b/net-www/mozplugger/mozplugger-1.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozplugger/mozplugger-1.5.2.ebuild,v 1.1 2004/04/08 21:16:34 centic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozplugger/mozplugger-1.5.2.ebuild,v 1.2 2004/04/08 21:27:46 centic Exp $ inherit nsplugins @@ -47,7 +47,7 @@ src_install() dobin mozplugger-helper dobin mozplugger-controller - inst_plugin /opt/netscape/plugins/mozplugger.so + inst_plugin $PLUGIN/mozplugger.so dodoc ChangeLog COPYING README } |