diff options
Diffstat (limited to 'emulators/open-vm-tools/files/patch-hgfsmounter-Makefile.in')
-rw-r--r-- | emulators/open-vm-tools/files/patch-hgfsmounter-Makefile.in | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/emulators/open-vm-tools/files/patch-hgfsmounter-Makefile.in b/emulators/open-vm-tools/files/patch-hgfsmounter-Makefile.in index 17fdf9708a2c..9d9d10a38fbd 100644 --- a/emulators/open-vm-tools/files/patch-hgfsmounter-Makefile.in +++ b/emulators/open-vm-tools/files/patch-hgfsmounter-Makefile.in @@ -1,15 +1,22 @@ ---- hgfsmounter/Makefile.in.orig 2009-04-06 17:24:30.000000000 -0400 -+++ hgfsmounter/Makefile.in 2009-04-06 17:26:09.000000000 -0400 -@@ -569,9 +569,9 @@ +--- hgfsmounter/Makefile.in.orig 2011-09-21 18:25:50.000000000 +0000 ++++ hgfsmounter/Makefile.in 2011-09-25 04:03:22.000000000 +0000 +@@ -606,14 +606,14 @@ @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@ -$(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: +-@FREEBSD_FALSE@ -$(MKDIR_P) $(DESTDIR)/sbin +-@FREEBSD_FALSE@ -$(LN_S) $(DESTDIR)$(sbindir)/mount.vmhgfs \ +-@FREEBSD_FALSE@ $(DESTDIR)/sbin/mount.vmhgfs &> /dev/null ++#@FREEBSD_FALSE@ -$(MKDIR_P) $(DESTDIR)/sbin ++#@FREEBSD_FALSE@ -$(LN_S) $(DESTDIR)$(sbindir)/mount.vmhgfs \ ++#@FREEBSD_FALSE@ $(DESTDIR)/sbin/mount.vmhgfs &> /dev/null + @FREEBSD_FALSE@uninstall-hook: + @FREEBSD_FALSE@ rm -f $(DESTDIR)/sbin/mount.vmhgfs + |