Displaying 1 result from an estimated 1 matches for "af2b8a5".
Did you mean:
  af2b175
  
2012 Jun 01
2
[PATCH] pygrub Makefile cleanup.
...igned-off-by: Anthony PERARD <anthony.perard@citrix.com>
---
This patch need to be applied after the patch named "Fix pygrub install."
 tools/pygrub/Makefile |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/tools/pygrub/Makefile b/tools/pygrub/Makefile
index af2b8a5..bd22dd4 100644
--- a/tools/pygrub/Makefile
+++ b/tools/pygrub/Makefile
@@ -13,7 +13,6 @@ install: all
 	CC="$(CC)" CFLAGS="$(CFLAGS)" $(PYTHON) setup.py install \
 		$(PYTHON_PREFIX_ARG) --root="$(DESTDIR)" \
 		--install-scripts=$(PRIVATE_BINDIR) --force
-	$(INSTALL_...