From ed6a0204b42c3780172fc42cea7d77b93ae5c19e Mon Sep 17 00:00:00 2001 From: clsty Date: Thu, 18 Dec 2025 21:31:27 +0800 Subject: [PATCH] Fix arg of install_google_sans_flex (closes #2702) --- sdata/subcmd-install/3.files.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdata/subcmd-install/3.files.sh b/sdata/subcmd-install/3.files.sh index d0e537aa3..57c8568e1 100644 --- a/sdata/subcmd-install/3.files.sh +++ b/sdata/subcmd-install/3.files.sh @@ -170,7 +170,7 @@ function install_google_sans_flex(){ x fc-cache -fv x cd $REPO_ROOT x mkdir -p "$(dirname ${INSTALLED_LISTFILE})" - realpath -se "$2" >> "${INSTALLED_LISTFILE}" + realpath -se "$target_dir" >> "${INSTALLED_LISTFILE}" } #####################################################################################