Date: Monday, August 14, 2017 @ 12:32:13
  Author: spupykin
Revision: 250317

upgpkg: open-vm-tools 6:10.1.10-2: fix udev-rules-dir

Modified:
  open-vm-tools/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-08-14 12:20:27 UTC (rev 250316)
+++ PKGBUILD    2017-08-14 12:32:13 UTC (rev 250317)
@@ -5,7 +5,7 @@
 pkgname=open-vm-tools
 epoch=6
 pkgver=10.1.10
-pkgrel=1
+pkgrel=2
 pkgdesc="The Open Virtual Machine Tools (open-vm-tools) are the open source 
implementation of VMware Tools"
 arch=('i686' 'x86_64')
 url="https://github.com/vmware/open-vm-tools";
@@ -53,6 +53,7 @@
 
   sh ./configure --prefix=/usr \
     --sbindir=/usr/bin \
+    --with-udev-rules-dir=/usr/lib/udev/rules.d \
     --without-xmlsecurity \
     --without-kernel-modules
   make

Reply via email to