projects
/
people
/
pmueller
/
ipfire-2.x.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0f385d
)
Update open-vm-tools.
author
Michael Tremer
<michael.tremer@ipfire.org>
Sun, 27 Jun 2010 09:32:28 +0000
(11:32 +0200)
committer
Michael Tremer
<michael.tremer@ipfire.org>
Sun, 27 Jun 2010 09:32:28 +0000
(11:32 +0200)
lfs/open-vm-tools
patch
|
blob
|
blame
|
history
diff --git
a/lfs/open-vm-tools
b/lfs/open-vm-tools
index
214193a
..
c67ff92
100644
(file)
--- 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)