diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2009-04-06 22:56:31 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2009-04-06 22:56:31 +0000 |
commit | a29d3789449e755fcc08034344d7130b07bbad4b (patch) | |
tree | 0148c568d4c2ee19df057212772c86c5366276e3 /emulators/open-vm-tools/files | |
parent | e5b1369b34b144f0049fc32b4b08bc6ec75fcaf7 (diff) |
Notes
Diffstat (limited to 'emulators/open-vm-tools/files')
-rw-r--r-- | emulators/open-vm-tools/files/patch-hgfsmounter-Makefile.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/emulators/open-vm-tools/files/patch-hgfsmounter-Makefile.in b/emulators/open-vm-tools/files/patch-hgfsmounter-Makefile.in new file mode 100644 index 000000000000..854c4da01261 --- /dev/null +++ b/emulators/open-vm-tools/files/patch-hgfsmounter-Makefile.in @@ -0,0 +1,15 @@ +--- hgfsmounter/Makefile.in.orig 2009-04-06 17:24:30.000000000 -0400 ++++ hgfsmounter/Makefile.in 2009-04-06 17:26:09.000000000 -0400 +@@ -558,9 +558,9 @@ + @FREEBSD_TRUE@ mv $(DESTDIR)$(sbindir)/mount.vmhgfs \ + @FREEBSD_TRUE@ $(DESTDIR)$(sbindir)/mount_vmhgfs + @FREEBSD_TRUE@@WITH_ROOT_PRIVILEGES_TRUE@ chmod u+s $(DESTDIR)$(sbindir)/mount_vmhgfs +-@FREEBSD_TRUE@ -$(MKDIR_P) $(DESTDIR)/sbin +-@FREEBSD_TRUE@ -$(LN_S) $(DESTDIR)$(sbindir)/mount_vmhgfs \ +-@FREEBSD_TRUE@ $(DESTDIR)/sbin/mount_vmhgfs &> /dev/null ++#@FREEBSD_TRUE@ -$(MKDIR_P) $(DESTDIR)/sbin ++#@FREEBSD_TRUE@ -$(LN_S) $(DESTDIR)$(sbindir)/mount_vmhgfs \ ++#@FREEBSD_TRUE@ $(DESTDIR)/sbin/mount_vmhgfs &> /dev/null + @FREEBSD_TRUE@uninstall-hook: + @FREEBSD_TRUE@ rm -f $(DESTDIR)$(sbindir)/mount_vmhgfs + @FREEBSD_FALSE@install-exec-hook: |