Fix arg of install_google_sans_flex (closes #2702)

This commit is contained in:
clsty
2025-12-18 21:31:27 +08:00
parent b01e0c315a
commit ed6a0204b4
+1 -1
View File
@@ -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}"
}
#####################################################################################