diff options
Diffstat (limited to 'app-emulation/vmware-modules/vmware-modules-1.0.0.16.ebuild')
-rw-r--r-- | app-emulation/vmware-modules/vmware-modules-1.0.0.16.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/vmware-modules/vmware-modules-1.0.0.16.ebuild b/app-emulation/vmware-modules/vmware-modules-1.0.0.16.ebuild index acb963a23ead..2a5366537030 100644 --- a/app-emulation/vmware-modules/vmware-modules-1.0.0.16.ebuild +++ b/app-emulation/vmware-modules/vmware-modules-1.0.0.16.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-emulation/vmware-modules/vmware-modules-1.0.0.16.ebuild,v 1.4 2007/07/29 04:57:37 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/vmware-modules-1.0.0.16.ebuild,v 1.5 2007/10/14 08:55:10 ikelos Exp $ KEYWORDS="-* ~amd64 ~x86" VMWARE_VER="VME_V6" # THIS VALUE IS JUST A PLACE HOLDER @@ -14,6 +14,6 @@ VMWARE_MOD_DIR="vmware-player-distrib/lib/modules/source/" src_unpack() { vmware-mod_src_unpack - cd ${WORKDIR} - epatch ${FILESDIR}/${PV}-kernel-2.6.22.patch + cd "${WORKDIR}" + epatch "${FILESDIR}"/${PV}-kernel-2.6.22.patch } |