diff options
author | 2007-08-03 08:29:06 +0000 | |
---|---|---|
committer | 2007-08-03 08:29:06 +0000 | |
commit | 9ad730e3a5c00cfc771169b56bc0b961cc69df22 (patch) | |
tree | 86857c950001c342954dc2c419f2d70b127a8dc4 /app-portage | |
parent | Pull in eclass-manpages or portage-manpages with USE=doc since portage-manpag... (diff) | |
download | gentoo-2-9ad730e3a5c00cfc771169b56bc0b961cc69df22.tar.gz gentoo-2-9ad730e3a5c00cfc771169b56bc0b961cc69df22.tar.bz2 gentoo-2-9ad730e3a5c00cfc771169b56bc0b961cc69df22.zip |
Set S=${WORKDIR} since otherwise S doesn't exist which can lead to unexpected cwd and file globbing issues.
(Portage version: 2.2_pre7548)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/eclass-manpages/eclass-manpages-20070615.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-portage/eclass-manpages/eclass-manpages-20070615.ebuild b/app-portage/eclass-manpages/eclass-manpages-20070615.ebuild index ba150e9e44f7..f59d69c6a7e3 100644 --- a/app-portage/eclass-manpages/eclass-manpages-20070615.ebuild +++ b/app-portage/eclass-manpages/eclass-manpages-20070615.ebuild @@ -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/app-portage/eclass-manpages/eclass-manpages-20070615.ebuild,v 1.2 2007/08/02 18:48:51 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/eclass-manpages/eclass-manpages-20070615.ebuild,v 1.3 2007/08/03 08:29:06 zmedico Exp $ DESCRIPTION="collection of Gentoo eclass manpages" HOMEPAGE="http://www.gentoo.org/" @@ -14,6 +14,8 @@ IUSE="" DEPEND="" RDEPEND="!app-portage/portage-manpages" +S=${WORKDIR} + src_install() { local e for e in "${ECLASSDIR}"/*.eclass ; do |