summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Auty <ikelos@gentoo.org>2008-11-09 20:23:55 +0000
committerMike Auty <ikelos@gentoo.org>2008-11-09 20:23:55 +0000
commitab2f748503a802c23d050ff570fe447bc5eb260f (patch)
tree93bcc5d1ab8dbb9a37c72b96df3e6b6386d34dca /app-emulation/vmware-player/files/helpers/module_patcher.sh
parentAdd in vmware-modules-1.0.0.23 for vmware-workstation-6.5 and vmware-player-2.5. (diff)
downloadhistorical-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-xapp-emulation/vmware-player/files/helpers/module_patcher.sh8
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