From 7286096f1c6d1fb64ebcf4e7e95ca457fac09fc7 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Sat, 30 Apr 2016 15:44:28 +0200 Subject: ptxd_make_world_init: make pkg_conf_dir relative Signed-off-by: Michael Olbrich --- scripts/lib/ptxd_make_world_common.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/lib') 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 # -- cgit v1.2.3