summaryrefslogtreecommitdiffstats
path: root/patches/ipkg-utils-050831/0009-Makefile-add-prefix-to-python-install.patch
blob: f0db44bb9bce1d77af14a3ee2f56a3e827875008 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Marc Kleine-Budde <mkl@pengutronix.de>
Date: Fri, 22 Jan 2010 11:27:37 +0100
Subject: [PATCH] Makefile: add prefix to python install

Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 7093a0d..249c687 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ ipkg-compare-versions: ipkg-compare-versions.c
 
 install: ${UTILS}
 	cp ${UTILS} $(PREFIX)/bin
-	python setup.py install
+	python setup.py install --prefix=$(PREFIX)
 	chmod agu+rx ipkg-make-index
 	cp -f ipkg-make-index $(PREFIX)/bin
 	chmod agu+rx ipkg-list-fields