summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJean-Marc Lenoir2018-02-03 11:58:50 +0100
committerJean-Marc Lenoir2018-02-03 11:58:50 +0100
commit7ca5c5832dde1090727fc97b1b309e92b84d623a (patch)
tree47d342c34bac37f4bf3a4ae75b6697d1843fe68d /PKGBUILD
parentb091575043e114ae3f1741823aec15c4e9941ae0 (diff)
downloadaur-7ca5c5832dde1090727fc97b1b309e92b84d623a.tar.gz
Cleanup
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d03cd703dae3..5681c0b20b56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ pkgname=vmware-workstation11
pkgver=11.1.4
_buildver=3848939
_pkgver=${pkgver}_${_buildver}
-pkgrel=1
+pkgrel=2
pkgdesc='The industry standard for running multiple operating systems as virtual machines on a single Linux PC.'
arch=(x86_64)
url='https://www.vmware.com/products/workstation-for-linux.html'
@@ -117,7 +117,7 @@ sha256sums=(
'd1aae68a0864d4483039302931b8a571b2c660706d1c7a7572bd9d6fdc099c37'
'7523a9ddd5f6dd00202a8928610a41d135a04497c64ddd2b88fbb155d7a37543'
)
-options=(!strip staticlibs emptydirs)
+options=(!strip emptydirs)
_isoimages=(freebsd linux netware solaris windows winPre2k)
@@ -413,7 +413,7 @@ package() {
patch -p2 --read-only=ignore --directory="$dkms_dir/$module-only" < "$srcdir/$module.patch"
done
- rm -r "$pkgdir/usr/lib/vmware/modules/source"
+ rm -r "$pkgdir/usr/lib/vmware/modules"/{binary,source}
if [ -n "$_enable_macOS_guests" ]; then
msg "Patching VMware for macOS guest support"