mirror of
https://github.com/AuxXxilium/synology-dsm-open-vm-tools.git
synced 2024-11-23 23:00:59 +07:00
Update Makefile
This commit is contained in:
parent
bc4676ae71
commit
686faf5516
@ -1,6 +1,6 @@
|
||||
PKG_NAME = open-vm-tools
|
||||
PKG_VERS = 11.3.5
|
||||
PKG_BUILD = 18557794
|
||||
PKG_VERS = 12.0.0
|
||||
PKG_BUILD = 19345655
|
||||
PKG_EXT = tar.gz
|
||||
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS)-$(PKG_BUILD).$(PKG_EXT)
|
||||
PKG_DIST_SITE = https://github.com/vmware/open-vm-tools/releases/download/stable-$(PKG_VERS)
|
||||
@ -45,4 +45,4 @@ vmtools_post_install:
|
||||
chmod a-x $(STAGING_INSTALL_PREFIX)/etc/vmware-tools/*.conf.example
|
||||
# chmod a-x $(STAGING_INSTALL_PREFIX)/etc/vmware-tools/vgauth/schemas/*
|
||||
chmod a-x $(STAGING_INSTALL_PREFIX)/lib/udev/rules.d/99-vmware-scsi-udev.rules
|
||||
mv $(STAGING_INSTALL_PREFIX)/usr/bin/vm-support $(STAGING_INSTALL_PREFIX)/bin/
|
||||
mv $(STAGING_INSTALL_PREFIX)/usr/bin/vm-support $(STAGING_INSTALL_PREFIX)/bin/
|
||||
|
Loading…
Reference in New Issue
Block a user