summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_make_world_get.sh
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-03-03 17:40:17 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-06-23 00:02:32 +0200
commitba3ff64b12103855fa6c0073bcd949ba48cbbee7 (patch)
tree4cf26a7c8ef4dc00680efceb3cf930fad54d4c1e /scripts/lib/ptxd_make_world_get.sh
parentea6bd9428a4ace1507be2cf124e23f89aa1180b8 (diff)
downloadptxdist-ba3ff64b12103855fa6c0073bcd949ba48cbbee7.tar.gz
ptxdist-ba3ff64b12103855fa6c0073bcd949ba48cbbee7.tar.xz
ptxd_make_get: use <PKG>_SOURCE as target for saving
Diffstat (limited to 'scripts/lib/ptxd_make_world_get.sh')
-rw-r--r--scripts/lib/ptxd_make_world_get.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/ptxd_make_world_get.sh b/scripts/lib/ptxd_make_world_get.sh
index 6f586ffbf..2fc1ae681 100644
--- a/scripts/lib/ptxd_make_world_get.sh
+++ b/scripts/lib/ptxd_make_world_get.sh
@@ -14,7 +14,7 @@ ptxd_make_world_get() {
ptxd_make_world_init &&
if [ -n "${pkg_src}" -a \! -e "${pkg_src}" ]; then
- ptxd_make_get "${pkg_url}"
+ ptxd_make_get "${pkg_src}" "${pkg_url}"
fi
}
export -f ptxd_make_world_get