Преглед изворни кода

add gconf2 for dependecy checks (#2553)

Christian пре 6 година
родитељ
комит
14528e8daf
1 измењених фајлова са 5 додато и 0 уклоњено
  1. 5 0
      lgsm/functions/command_dev_detect_deps.sh

+ 5 - 0
lgsm/functions/command_dev_detect_deps.sh

@@ -123,6 +123,11 @@ while read -r lib; do
 		echo "libopenal1" >> "${tmpdir}/.depdetect_ubuntu_list"
 		echo "libopenal1" >> "${tmpdir}/.depdetect_debian_list"
 		libdetected=1
+	elif [ "${lib}" == "libgconf-2.so.4" ]; then
+		echo "GConf2" >> "${tmpdir}/.depdetect_centos_list"
+		echo "libgconf2-4" >> "${tmpdir}/.depdetect_ubuntu_list"
+		echo "libgconf2-4" >> "${tmpdir}/.depdetect_debian_list"
+		libdetected=1
 	fi
 
 	if [ "${libdetected}" != "1" ]; then