aboutsummaryrefslogtreecommitdiffstats
path: root/main/open-vm-tools
diff options
context:
space:
mode:
Diffstat (limited to 'main/open-vm-tools')
-rw-r--r--main/open-vm-tools/APKBUILD7
1 files changed, 1 insertions, 6 deletions
diff --git a/main/open-vm-tools/APKBUILD b/main/open-vm-tools/APKBUILD
index 148c93f5eb..87edf01454 100644
--- a/main/open-vm-tools/APKBUILD
+++ b/main/open-vm-tools/APKBUILD
@@ -2,7 +2,7 @@
pkgname=open-vm-tools
pkgver=2011.03.28
_pkgsubver=387002
-pkgrel=1
+pkgrel=2
pkgdesc="The Open Virtual Machine Tools are the open source implementation of VMware Tools."
url="http://open-vm-tools.sourceforge.net/"
arch="all"
@@ -63,11 +63,6 @@ build() {
package() {
cd "$_builddir"
make install DESTDIR=$pkgdir || return 1
-
- # one of the plugins seems to be linked to libhgfsServer
- # create a link to abuild gets happy
- ln -s open-vm-tools/plugins/vmsvc/libhgfsServer.so \
- "$pkgdir"/usr/lib/libhgfsServer.so.0
install -Dm755 "$srcdir"/open-vm-tools.initd \
"$pkgdir"/etc/init.d/open-vm-tools
find "$pkgdir" -name '*.la' -delete