[util-yaml] fix path

This commit is contained in:
Philip Müller 2021-05-29 18:51:48 +02:00
parent fb7ec401fd
commit 4d9c804384

View file

@ -283,7 +283,8 @@ write_locale_conf(){
check_gis(){ check_gis(){
has_gis='false' has_gis='false'
[[ -e $1/usr/lib/gnome-initial-setup ]] && has_gis='true' msg2 "Check for GIS"
[[ -e "${work_dir}/desktopfs/usr/lib/gnome-initial-setup" ]] && has_gis='true'
} }
write_settings_conf(){ write_settings_conf(){