diff options
author | Mike Auty <ikelos@gentoo.org> | 2008-11-09 20:23:55 +0000 |
---|---|---|
committer | Mike Auty <ikelos@gentoo.org> | 2008-11-09 20:23:55 +0000 |
commit | ab2f748503a802c23d050ff570fe447bc5eb260f (patch) | |
tree | 93bcc5d1ab8dbb9a37c72b96df3e6b6386d34dca /app-emulation/vmware-player/files/helpers/module_patcher.sh | |
parent | Add in vmware-modules-1.0.0.23 for vmware-workstation-6.5 and vmware-player-2.5. (diff) | |
download | historical-ab2f748503a802c23d050ff570fe447bc5eb260f.tar.gz historical-ab2f748503a802c23d050ff570fe447bc5eb260f.tar.bz2 historical-ab2f748503a802c23d050ff570fe447bc5eb260f.zip |
Bump to 1.0.9 and introduce 2.5.0 for bug 245941.
Package-Manager: portage-2.2_rc13/cvs/Linux 2.6.27-gentoo-r1 i686
Diffstat (limited to 'app-emulation/vmware-player/files/helpers/module_patcher.sh')
-rwxr-xr-x | app-emulation/vmware-player/files/helpers/module_patcher.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app-emulation/vmware-player/files/helpers/module_patcher.sh b/app-emulation/vmware-player/files/helpers/module_patcher.sh new file mode 100755 index 000000000000..03c490a73959 --- /dev/null +++ b/app-emulation/vmware-player/files/helpers/module_patcher.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +MY_BASE=$(basename $1) +if [ -f ${FILESDIR}/${PV}/${MY_BASE}.patch ]; +then + echo -n "Module Patcher: " + patch -f -p1 ${1} < ${FILESDIR}/${PV}/${MY_BASE}.patch +fi |