From: Olaf Hering <olaf@aepfle.de>
To: xen-devel@lists.xensource.com
Subject: [PATCH] tools/vtpm_manager: add missing DESTDIR to install rule
Date: Fri, 04 May 2012 17:41:01 +0200 [thread overview]
Message-ID: <77ed22f4b55b4528d71e.1336146061@probook.site> (raw)
# 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:
next reply other threads:[~2012-05-04 15:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-04 15:41 Olaf Hering [this message]
2012-05-10 16:34 ` [PATCH] tools/vtpm_manager: add missing DESTDIR to install rule Ian Jackson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=77ed22f4b55b4528d71e.1336146061@probook.site \
--to=olaf@aepfle.de \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).