diff options
Diffstat (limited to 'emulators/open-vm-tools/files/patch-vmblockmounter-Makefile.in')
-rw-r--r-- | emulators/open-vm-tools/files/patch-vmblockmounter-Makefile.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/emulators/open-vm-tools/files/patch-vmblockmounter-Makefile.in b/emulators/open-vm-tools/files/patch-vmblockmounter-Makefile.in new file mode 100644 index 000000000000..1d8d30ea32cb --- /dev/null +++ b/emulators/open-vm-tools/files/patch-vmblockmounter-Makefile.in @@ -0,0 +1,12 @@ +--- vmblockmounter/Makefile.in.orig 2013-12-27 17:42:57.000000000 +0000 ++++ vmblockmounter/Makefile.in 2013-12-27 17:44:31.000000000 +0000 +@@ -644,9 +644,6 @@ + @FREEBSD_TRUE@install-exec-hook: + @FREEBSD_TRUE@ mv $(DESTDIR)$(sbindir)/mount.vmblock \ + @FREEBSD_TRUE@ $(DESTDIR)$(sbindir)/mount_vmblock +-@FREEBSD_TRUE@ -$(MKDIR_P) $(DESTDIR)/sbin +-@FREEBSD_TRUE@ -$(LN_S) $(DESTDIR)$(sbindir)/mount_vmblock \ +-@FREEBSD_TRUE@ $(DESTDIR)/sbin/mount_vmblock &> /dev/null + @FREEBSD_TRUE@uninstall-hook: + @FREEBSD_TRUE@ rm -f $(DESTDIR)$(sbindir)/mount_vmblock + @FREEBSD_FALSE@install-exec-hook: |