summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-08-11 14:01:53 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-08-11 14:01:53 +0000
commit836a56f7f97d96c82e06fbf1b365f04f2341f1ac (patch)
tree9ed4254cc8541b5ab975c2f2a720d09fd978e8ad /eclass
parentRemoved vmware-player, since it has been moved to the tree. (diff)
downloadvmware-836a56f7f97d96c82e06fbf1b365f04f2341f1ac.tar.gz
vmware-836a56f7f97d96c82e06fbf1b365f04f2341f1ac.tar.bz2
vmware-836a56f7f97d96c82e06fbf1b365f04f2341f1ac.zip
Sync eclass with portage tree. See bug #137423 for more information.
svn path=/trunk/; revision=101
Diffstat (limited to 'eclass')
-rw-r--r--eclass/vmware.eclass15
1 files changed, 9 insertions, 6 deletions
diff --git a/eclass/vmware.eclass b/eclass/vmware.eclass
index dcd9901..3f33243 100644
--- a/eclass/vmware.eclass
+++ b/eclass/vmware.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/vmware.eclass,v 1.2 2006/08/04 15:43:26 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/vmware.eclass,v 1.4 2006/08/11 13:56:18 wolf31o2 Exp $
# This eclass is for all vmware-* ebuilds in the tree and should contain all
# of the common components across the multiple packages.
@@ -179,11 +179,14 @@ vmware_src_install() {
# Just like any good monkey, we install the documentation and man pages.
[[ -d doc ]] && dodoc doc/*
- [[ -d man ]] && cd man
- for x in *
- do
- doman ${x}/* || die "doman"
- done
+ if [[ -d man ]]
+ then
+ cd man
+ for x in *
+ do
+ doman ${x}/* || die "doman"
+ done
+ fi
cd "${S}"
# We loop through our directories and copy everything to our system.