summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2008-02-07 04:17:06 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2008-02-07 04:17:06 +0000
commite276bd74627766c541254ad08ac553530c124b8c (patch)
tree3d3ff9fb82de7506a2ad6f74a64b3aa553e73575 /eclass/eutils.eclass
parentIt helps when you don't change directories in your wrapper when you want to u... (diff)
downloadhistorical-e276bd74627766c541254ad08ac553530c124b8c.tar.gz
historical-e276bd74627766c541254ad08ac553530c124b8c.tar.bz2
historical-e276bd74627766c541254ad08ac553530c124b8c.zip
Changing comments on make_wrapper so the third option (chdir) looks optional to match the actual code.
Diffstat (limited to 'eclass/eutils.eclass')
-rw-r--r--eclass/eutils.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass
index 2ee83b3c4624..25ba5075a9f9 100644
--- a/eclass/eutils.eclass
+++ b/eclass/eutils.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.294 2008/01/14 04:52:35 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.295 2008/02/07 04:17:06 wolf31o2 Exp $
# @ECLASS: eutils.eclass
# @MAINTAINER:
@@ -1728,7 +1728,7 @@ epunt_cxx() {
}
# @FUNCTION: make_wrapper
-# @USAGE: <wrapper> <target> <chdir> [libpaths] [installpath]
+# @USAGE: <wrapper> <target> [chdir] [libpaths] [installpath]
# @DESCRIPTION:
# Create a shell wrapper script named wrapper in installpath
# (defaults to the bindir) to execute target (default of wrapper) by