summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_make_xpkg_common.sh
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-02-23 22:21:42 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-03-05 07:55:23 +0100
commitea09772241e68d8d4451c9977b35eb52c42db55b (patch)
tree8a6525b28d13dc743b35666ca4417c13eb38683a /scripts/lib/ptxd_make_xpkg_common.sh
parent6a1d3dd27eaa237a23e135892c99986faa26d86d (diff)
downloadptxdist-ea09772241e68d8d4451c9977b35eb52c42db55b.tar.gz
ptxdist-ea09772241e68d8d4451c9977b35eb52c42db55b.tar.xz
[install] use predefined variables
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts/lib/ptxd_make_xpkg_common.sh')
-rw-r--r--scripts/lib/ptxd_make_xpkg_common.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/lib/ptxd_make_xpkg_common.sh b/scripts/lib/ptxd_make_xpkg_common.sh
index 2d3426593..4c60fab88 100644
--- a/scripts/lib/ptxd_make_xpkg_common.sh
+++ b/scripts/lib/ptxd_make_xpkg_common.sh
@@ -32,6 +32,8 @@ ptxd_make_xpkg_init() {
ptxd_bailout "'pkg_xpkg' or 'pkg_xpkg_type' undefined"
fi
+ ptxd_make_world_init || return
+
# license
pkg_license="${pkg_license:-unknown}"
pkg_xpkg_license="${pkg_xpkg_license:-${pkg_license}}"