summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-03-21 09:58:11 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-03-21 09:59:09 +0100
commitb6ade5a9ca20665e2a4544af479186324dd8c1e2 (patch)
tree91c2c5b5acdc71a51ce95d28e94967664262fd5f
parent11e4d3ed5eb8a2064372104a9501985299b3419b (diff)
downloadptxdist-b6ade5a9ca20665e2a4544af479186324dd8c1e2.tar.gz
ptxdist-b6ade5a9ca20665e2a4544af479186324dd8c1e2.tar.xz
host-cython: for host packages the prefix is ""
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/host-cython.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/host-cython.make b/rules/host-cython.make
index dd15c79f0..212b12d67 100644
--- a/rules/host-cython.make
+++ b/rules/host-cython.make
@@ -45,7 +45,7 @@ $(STATEDIR)/host-cython.compile:
$(STATEDIR)/host-cython.install:
@$(call targetinfo)
@cd $(HOST_CYTHON_DIR) && \
- python2 setup.py install --root=$(HOST_CYTHON_PKGDIR) --prefix="/usr"
+ python2 setup.py install --root=$(HOST_CYTHON_PKGDIR) --prefix=
@$(call touch)
# vim: syntax=make