summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2016-04-30 15:44:28 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-05-01 09:12:26 +0200
commit7286096f1c6d1fb64ebcf4e7e95ca457fac09fc7 (patch)
treea83b37fa1f33502d95c9b9f61d009045d12d30d3 /scripts
parentb79b3a68a6f097f56bf75c54361a44abfae27737 (diff)
downloadptxdist-7286096f1c6d1fb64ebcf4e7e95ca457fac09fc7.tar.gz
ptxdist-7286096f1c6d1fb64ebcf4e7e95ca457fac09fc7.tar.xz
ptxd_make_world_init: make pkg_conf_dir relative
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/lib/ptxd_make_world_common.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/lib/ptxd_make_world_common.sh b/scripts/lib/ptxd_make_world_common.sh
index 424502b97..ee43992d9 100644
--- a/scripts/lib/ptxd_make_world_common.sh
+++ b/scripts/lib/ptxd_make_world_common.sh
@@ -348,6 +348,7 @@ ptxd_make_world_init() {
pkg_conf_dir="."
else
pkg_build_oot=true
+ pkg_conf_dir="$(ptxd_abs2rel "${pkg_build_dir}" "${pkg_conf_dir}")"
fi
#