diff options
Diffstat (limited to 'emulators/open-vm-tools/files/patch-Makefile.am')
-rw-r--r-- | emulators/open-vm-tools/files/patch-Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/open-vm-tools/files/patch-Makefile.am b/emulators/open-vm-tools/files/patch-Makefile.am index 7bee47e68728..acda99766f9f 100644 --- a/emulators/open-vm-tools/files/patch-Makefile.am +++ b/emulators/open-vm-tools/files/patch-Makefile.am @@ -7,5 +7,5 @@ - $(INSTALL) -d $(DESTDIR)/etc/vmware-tools/ - $(INSTALL) -m 644 $(srcdir)/tools.conf $(DESTDIR)/etc/vmware-tools/tools.conf.example + $(INSTALL) -d $(DESTDIR)%%PREFIX%%/etc/vmware-tools/ -+ $(INSTALL) -m 644 $(srcdir)/tools.conf $(DESTDIR)%%PREFIX%%/etc/vmware-tools/tools.conf.example ++ $(INSTALL) -m 644 $(srcdir)/tools.conf $(DESTDIR)%%PREFIX%%/etc/vmware-tools/tools.conf.sample |