From 3014ff56536b6561415a26289e8dd7e84f3f1566 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Sat, 15 May 2010 17:25:02 -0600 Subject: [PATCH] More cross-compile fixes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0cdd221..a31ae76 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ install: $(INSTALL_TARGETS) install --directory $(DESTDIR)$(VAR)/disabled - $(PYTHON) setup.py install --prefix=$(BASE) + $(PYTHON) setup.py install --prefix=$(DESTDIR)$(BASE) $(INSTALL_TARGETS): base-install