From effcd5b11490cad8393464bea80720f20ddcb35e Mon Sep 17 00:00:00 2001 From: Francesco Abbate Date: Mon, 4 Jan 2021 13:43:11 +0100 Subject: [PATCH] Fix path for local assets directory in repackage script --- dev-utils/repackage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-utils/repackage.sh b/dev-utils/repackage.sh index c70ffc6c..d3d40ba3 100644 --- a/dev-utils/repackage.sh +++ b/dev-utils/repackage.sh @@ -26,7 +26,7 @@ lite_copy_third_party_modules () { while [ ! -z ${1+x} ]; do case "$1" in -dir) - use_dir="$2" + use_dir="$(realpath $2)" shift 2 ;; *)