forked from Shinonome/dots-hyprland
Fix arg of install_google_sans_flex (closes #2702)
This commit is contained in:
@@ -170,7 +170,7 @@ function install_google_sans_flex(){
|
|||||||
x fc-cache -fv
|
x fc-cache -fv
|
||||||
x cd $REPO_ROOT
|
x cd $REPO_ROOT
|
||||||
x mkdir -p "$(dirname ${INSTALLED_LISTFILE})"
|
x mkdir -p "$(dirname ${INSTALLED_LISTFILE})"
|
||||||
realpath -se "$2" >> "${INSTALLED_LISTFILE}"
|
realpath -se "$target_dir" >> "${INSTALLED_LISTFILE}"
|
||||||
}
|
}
|
||||||
|
|
||||||
#####################################################################################
|
#####################################################################################
|
||||||
|
|||||||
Reference in New Issue
Block a user