Fix path for local assets directory in repackage script

This commit is contained in:
Francesco Abbate 2021-01-04 13:43:11 +01:00
parent 15dfac0b21
commit effcd5b114
1 changed files with 1 additions and 1 deletions

View File

@ -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
;;
*)