summaryrefslogtreecommitdiff
path: root/open-vm-tools/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'open-vm-tools/Pkgfile')
-rw-r--r--open-vm-tools/Pkgfile8
1 files changed, 6 insertions, 2 deletions
diff --git a/open-vm-tools/Pkgfile b/open-vm-tools/Pkgfile
index 7b29bb6e8..da83393f7 100644
--- a/open-vm-tools/Pkgfile
+++ b/open-vm-tools/Pkgfile
@@ -5,7 +5,7 @@
name=open-vm-tools
version=11.1.0-16036546
-release=1
+release=2
source=(https://github.com/vmware/$name/releases/download/stable-${version%-*}/$name-$version.tar.gz \
vmtoolsd)
@@ -13,7 +13,6 @@ build() {
cd $name-$version
./configure --prefix=/usr \
--without-icu \
- --without-pam \
--without-x \
--without-xerces
make
@@ -21,4 +20,9 @@ build() {
install -o root -g root -m 0755 -D $SRC/vmtoolsd \
$PKG/etc/rc.d/vmtoolsd
+
+ # fix mount.vmhgfs symlink
+ ln -sf /usr/sbin/mount.vmhgfs $PKG/sbin/mount.vmhgfs
+
+ sed -i -e '/pam_unix_/d' $PKG/etc/pam.d/vmtoolsd
}

Generated by cgit