xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fix pygrub install.
@ 2012-05-30 16:56 Anthony PERARD
  2012-05-31  9:17 ` George Dunlap
  2012-05-31  9:42 ` George Dunlap
  0 siblings, 2 replies; 13+ messages in thread
From: Anthony PERARD @ 2012-05-30 16:56 UTC (permalink / raw)
  To: Xen Devel; +Cc: Anthony PERARD

The script pygrub is currently installed in the wrong location. Instead of
/usr/lib/xen/bin, the script is installed in $destdir/usr/lib/xen/bin.
$(DESTDIR) is apply twice.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
---
 tools/pygrub/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/pygrub/Makefile b/tools/pygrub/Makefile
index f8c5262..af2b8a5 100644
--- a/tools/pygrub/Makefile
+++ b/tools/pygrub/Makefile
@@ -12,7 +12,7 @@ build:
 install: all
 	CC="$(CC)" CFLAGS="$(CFLAGS)" $(PYTHON) setup.py install \
 		$(PYTHON_PREFIX_ARG) --root="$(DESTDIR)" \
-		--install-scripts=$(DESTDIR)/$(PRIVATE_BINDIR) --force
+		--install-scripts=$(PRIVATE_BINDIR) --force
 	$(INSTALL_PYTHON_PROG) src/pygrub $(DESTDIR)/$(PRIVATE_BINDIR)/pygrub
 	$(INSTALL_DIR) $(DESTDIR)/var/run/xend/boot
 	ln -sf $(PRIVATE_BINDIR)/pygrub $(DESTDIR)/$(BINDIR)
-- 
Anthony PERARD

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

end of thread, other threads:[~2012-06-08 14:56 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-30 16:56 [PATCH] Fix pygrub install Anthony PERARD
2012-05-31  9:17 ` George Dunlap
2012-05-31  9:42 ` George Dunlap
2012-05-31  9:54   ` Anthony PERARD
2012-06-01  8:29     ` Ian Campbell
2012-06-01 10:11       ` George Dunlap
2012-06-01 10:19         ` Ian Campbell
2012-06-01 10:21         ` Roger Pau Monne
2012-06-01 10:30           ` Ian Campbell
2012-06-01 10:35             ` Roger Pau Monne
2012-06-01 10:35               ` George Dunlap
2012-06-01 11:14         ` Anthony PERARD
2012-06-08 14:56           ` George Dunlap

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).