From aac6b746ce329ab2ad521cb62455dadfdda96665 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 27 Jun 2010 11:32:28 +0200 Subject: [PATCH] Update open-vm-tools. --- lfs/open-vm-tools | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lfs/open-vm-tools b/lfs/open-vm-tools index 214193ab20..c67ff923c2 100644 --- a/lfs/open-vm-tools +++ b/lfs/open-vm-tools @@ -24,7 +24,7 @@ include Config -VER = 2009.05.22-167859 +VER = 8.4.2-261024 THISAPP = open-vm-tools-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = cc1c139d2d927952be93397d928f9d6c +$(DL_FILE)_MD5 = 4d9ddc865b42fc6982c3078031500486 install : $(TARGET) @@ -78,5 +78,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --without-kernel-modules cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install + + rm -rvf /usr/etc/pam.d /usr/share/open-vm-tools + @rm -rf $(DIR_APP) @$(POSTBUILD) -- 2.39.2