summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--vmware-patch.sh3
3 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5d03a67e50b..325f4a9725b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# 三 10月 4 15:38:14 UTC 2017
+# 三 10月 11 15:42:52 UTC 2017
pkgbase = vmware-patch
pkgdesc = A post-install configuration solution for VMware Workstation (Pro) and Player (Plus and Pro)
pkgver = 14.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.archlinux.org/index.php/VMware#Configuration
install = vmware-patch.install
arch = i686
@@ -46,7 +46,7 @@ pkgbase = vmware-patch
source = vmnet-10.0.4-3.14.patch
source = vsock-10.0.4-3.14.patch
source = vmnet-10.0.1-3.13.patch
- md5sums = bdfa2b348fb501dc46f3c6d65c9cff1d
+ md5sums = 6a0e0cf4aa366a764492ecc17f991973
md5sums = ba054b375308442d43a408dbae5e9401
md5sums = ca1382966804d694894539c7bcac6bbb
md5sums = c12e765985b324585a548718a6ac9b43
diff --git a/PKGBUILD b/PKGBUILD
index 55ccedc27a56..91999e652403 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=vmware-patch
pkgver=14.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="A post-install configuration solution for VMware Workstation (Pro) and Player (Plus and Pro)"
arch=('i686' 'x86_64')
url="https://wiki.archlinux.org/index.php/VMware#Configuration"
@@ -68,7 +68,7 @@ package() {
}
# Generated using 'updpkgsums'
-md5sums=('bdfa2b348fb501dc46f3c6d65c9cff1d'
+md5sums=('6a0e0cf4aa366a764492ecc17f991973'
'ba054b375308442d43a408dbae5e9401'
'ca1382966804d694894539c7bcac6bbb'
'c12e765985b324585a548718a6ac9b43'
diff --git a/vmware-patch.sh b/vmware-patch.sh
index 53f69c57b49e..0cf3a29ee913 100644
--- a/vmware-patch.sh
+++ b/vmware-patch.sh
@@ -227,6 +227,8 @@ for kernel in ${kernels[@]}; do
msg "Installing modules.."
if [[ $verbose ]]; then
# Run vmware-modconfig
+ # workaround for vmci building problem, thanks to AlexKornitzer
+ vmware-modconfig --console --build-mod vmci
if ! vmware-modconfig --console --install-all -k "$kernel"; then
# See logs
if ls /tmp/vmware-root/vmware-[0-9]*.log &>/dev/null; then
@@ -240,6 +242,7 @@ for kernel in ${kernels[@]}; do
fi
else
# Run vmware-modconfig
+ vmware-modconfig --console --build-mod vmci &>/dev/null
if ! vmware-modconfig --console --install-all -k "$kernel" &>/dev/null; then
# See logs
if ls /tmp/vmware-root/vmware-*.log &>/dev/null; then