summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_make_world_common.sh
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-11-07 11:23:11 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-11-09 17:02:07 +0100
commit5a4c53a0ef45cd1cd5bb5cef5ebdd51b91d7cc30 (patch)
tree2f38473f98dbd884f45eb525934d31c1418dcad0 /scripts/lib/ptxd_make_world_common.sh
parentc9fc5524b9890dcee0566f445b97f796906621eb (diff)
downloadptxdist-5a4c53a0ef45cd1cd5bb5cef5ebdd51b91d7cc30.tar.gz
ptxdist-5a4c53a0ef45cd1cd5bb5cef5ebdd51b91d7cc30.tar.xz
[ptxd_make_world] rename pkg_pkgdir -> pkg_pkg_dir
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'scripts/lib/ptxd_make_world_common.sh')
-rw-r--r--scripts/lib/ptxd_make_world_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/ptxd_make_world_common.sh b/scripts/lib/ptxd_make_world_common.sh
index 7e69dfb4e..1f87609b7 100644
--- a/scripts/lib/ptxd_make_world_common.sh
+++ b/scripts/lib/ptxd_make_world_common.sh
@@ -119,7 +119,7 @@ ptxd_make_world_init_compat() {
# DESTDIR
case "${pkg_type}" in
- target) pkg_install_opt="DESTDIR=\"${pkg_pkgdir}\" ${pkg_install_opt}" ;;
+ target) pkg_install_opt="DESTDIR=\"${pkg_pkg_dir}\" ${pkg_install_opt}" ;;
*) pkg_install_opt="DESTDIR=\"\" ${pkg_install_opt}" ;;
esac