xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] tools/vtpm_manager: add missing DESTDIR to install rule
@ 2012-05-04 15:41 Olaf Hering
  2012-05-10 16:34 ` Ian Jackson
  0 siblings, 1 reply; 2+ messages in thread
From: Olaf Hering @ 2012-05-04 15:41 UTC (permalink / raw)
  To: xen-devel

# HG changeset patch
# User Olaf Hering <olaf@aepfle.de>
# Date 1336146040 -7200
# Node ID 77ed22f4b55b4528d71e897831fe8686d8aa595e
# Parent  8f556a70ae0bef47e242f9e7be0a054769fc8277
tools/vtpm_manager: add missing DESTDIR to install rule

Signed-off-by: Olaf Hering <olaf@aepfle.de>

diff -r 8f556a70ae0b -r 77ed22f4b55b tools/vtpm_manager/manager/Makefile
--- a/tools/vtpm_manager/manager/Makefile
+++ b/tools/vtpm_manager/manager/Makefile
@@ -17,7 +17,7 @@ install: build
 	if [ ! -d "$(DESTDIR)/var/vtpm/socks" ]; \
 		then mkdir -p $(DESTDIR)/var/vtpm/socks; \
 	fi
-	$(INSTALL_PROG) $(BIN) $(BINDIR)
+	$(INSTALL_PROG) $(BIN) $(DESTDIR)$(BINDIR)
 
 .PHONY: clean
 clean:
diff -r 8f556a70ae0b -r 77ed22f4b55b tools/vtpm_manager/migration/Makefile
--- a/tools/vtpm_manager/migration/Makefile
+++ b/tools/vtpm_manager/migration/Makefile
@@ -20,8 +20,8 @@ build: $(BIND) $(BINC)
 
 .PHONY: install
 install: build
-	$(INSTALL_PROG) $(BIND) $(BINDIR)
-	$(INSTALL_PROG) $(BINC) $(BINDIR)
+	$(INSTALL_PROG) $(BIND) $(DESTDIR)$(BINDIR)
+	$(INSTALL_PROG) $(BINC) $(DESTDIR)$(BINDIR)
 
 .PHONY: clean
 clean:

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] tools/vtpm_manager: add missing DESTDIR to install rule
  2012-05-04 15:41 [PATCH] tools/vtpm_manager: add missing DESTDIR to install rule Olaf Hering
@ 2012-05-10 16:34 ` Ian Jackson
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Jackson @ 2012-05-10 16:34 UTC (permalink / raw)
  To: Olaf Hering; +Cc: xen-devel

Olaf Hering writes ("[Xen-devel] [PATCH] tools/vtpm_manager: add missing DESTDIR to install rule"):
> tools/vtpm_manager: add missing DESTDIR to install rule

Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-05-10 16:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-04 15:41 [PATCH] tools/vtpm_manager: add missing DESTDIR to install rule Olaf Hering
2012-05-10 16:34 ` Ian Jackson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).