summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_make_world_install.sh
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-11-04 17:09:52 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-11-04 17:52:46 +0100
commit09edc052136d040f3d167ee5106e321b44e13ecf (patch)
tree665453f7660d77fb7cd43c8ff8ef7292a00765f3 /scripts/lib/ptxd_make_world_install.sh
parent21ce2b82eb54911c786db85dc0f91eb906da43df (diff)
downloadptxdist-09edc052136d040f3d167ee5106e321b44e13ecf.tar.gz
ptxdist-09edc052136d040f3d167ee5106e321b44e13ecf.tar.xz
[ptxd_make_world_install] don't use fakeroot for cross- packages
it's only used for target packages Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'scripts/lib/ptxd_make_world_install.sh')
-rw-r--r--scripts/lib/ptxd_make_world_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/ptxd_make_world_install.sh b/scripts/lib/ptxd_make_world_install.sh
index 84323430b..08f04d364 100644
--- a/scripts/lib/ptxd_make_world_install.sh
+++ b/scripts/lib/ptxd_make_world_install.sh
@@ -83,7 +83,7 @@ export -f ptxd_make_world_install_target
# for cross pkg
#
ptxd_make_world_install_cross() {
- ptxd_make_world_install_pkg
+ ptxd_make_world_install_host
}
export -f ptxd_make_world_install_cross