diff options
author | 2002-11-20 17:26:27 +0000 | |
---|---|---|
committer | 2002-11-20 17:26:27 +0000 | |
commit | 65069a17ed7c3c5848c2f1c3fc6c1ed95ab286b6 (patch) | |
tree | 30621d5003764e3d07bfa0281d7276ba0a4b4390 /eclass | |
parent | initial import (diff) | |
download | historical-65069a17ed7c3c5848c2f1c3fc6c1ed95ab286b6.tar.gz historical-65069a17ed7c3c5848c2f1c3fc6c1ed95ab286b6.tar.bz2 historical-65069a17ed7c3c5848c2f1c3fc6c1ed95ab286b6.zip |
fix comment
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/nsplugins.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/nsplugins.eclass b/eclass/nsplugins.eclass index efd89ee4338b..88f8aec9b08a 100644 --- a/eclass/nsplugins.eclass +++ b/eclass/nsplugins.eclass @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Author: Martin Schlemmer <azarah@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/nsplugins.eclass,v 1.2 2002/11/20 17:17:57 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/nsplugins.eclass,v 1.3 2002/11/20 17:26:27 azarah Exp $ # Just some re-usable functions for the netscape/moz plugins sharing ECLASS=nsplugins @@ -25,7 +25,7 @@ src_mv_plugins() { # This function move plugins in pkg_preinst() in old dir to # ${ROOT}//usr/lib/${PLUGIN_DIR}. First argument should be -# the full path (without $D) to old plugin dir. +# the full path (without $ROOT) to old plugin dir. pkg_mv_plugins() { # Move old plugins dir |