diff options
author | Dominik Stadler <centic@gentoo.org> | 2004-04-08 21:32:43 +0000 |
---|---|---|
committer | Dominik Stadler <centic@gentoo.org> | 2004-04-08 21:32:43 +0000 |
commit | 5d496f099cf1d3d88c5bf86405ca4c6454554328 (patch) | |
tree | 8f7bf6e6833490043dd2a5a8be7ddba7f59c64d7 /net-www/mozplugger/mozplugger-1.5.2.ebuild | |
parent | Fix a small glitch in the plugin-directories before announcing the ebuild. (diff) | |
download | historical-5d496f099cf1d3d88c5bf86405ca4c6454554328.tar.gz historical-5d496f099cf1d3d88c5bf86405ca4c6454554328.tar.bz2 historical-5d496f099cf1d3d88c5bf86405ca4c6454554328.zip |
Adjust plugin-dir to work better with eclasses.
Diffstat (limited to 'net-www/mozplugger/mozplugger-1.5.2.ebuild')
-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 fff753fd6280..8daabd1b628d 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.2 2004/04/08 21:27:46 centic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozplugger/mozplugger-1.5.2.ebuild,v 1.3 2004/04/08 21:32:43 centic Exp $ inherit nsplugins @@ -31,7 +31,7 @@ src_install() { cd ${S} - PLUGIN=/usr/lib/$PLUGINS_DIR + PLUGIN=/opt/netscape/$PLUGINS_DIR dodir $PLUGIN /etc insinto /etc |