Update of /cvsroot/devil-linux/build/scripts
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv30576/scripts
Modified Files:
open-vm-tools
Log Message:
updated to latest open-vm-tools
Index: open-vm-tools
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/open-vm-tools,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- open-vm-tools 6 Oct 2015 00:59:16 -0000 1.23
+++ open-vm-tools 7 Nov 2015 13:56:48 -0000 1.24
@@ -14,10 +14,12 @@
# source functions and config
source $MYDIR/settings
+cd open-vm-tools || exit 1
+
case $1 in
build )
if [ "$CONFIG_OPEN_VM_TOOLS" = "y" ]; then
- patch_from_file 1 $DL_DIR/src/open-vm-tools-vmhgfs-d_alias2.patch.xz || exit 1
+ #patch_from_file 1 $DL_DIR/src/open-vm-tools-vmhgfs-d_alias2.patch.xz || exit 1
mkdir -p /lib/modules/$KERNELVERSION/kernel || exit 1
autoreconf -i || exit 1
chmod +x configure || exit 1
|