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 | 1408898d8eb75b1ffe94f44ede95f3c586cf5ee1 (patch) | |
tree | 7b0420d980b975af8278e8a2763276f8d3e798ca /net-www/mozplugger | |
parent | Add new ebuild. (diff) | |
download | historical-1408898d8eb75b1ffe94f44ede95f3c586cf5ee1.tar.gz historical-1408898d8eb75b1ffe94f44ede95f3c586cf5ee1.tar.bz2 historical-1408898d8eb75b1ffe94f44ede95f3c586cf5ee1.zip |
Fix a small glitch in the plugin-directories before announcing the ebuild.
Diffstat (limited to 'net-www/mozplugger')
-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 } |