Daniel Gibbs 11 anni fa
parent
commit
7648991b75
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      functions/fn_deps_detect

+ 2 - 0
functions/fn_deps_detect

@@ -25,6 +25,8 @@ elif [ "${executable}" ==  "./ucc-bin" ];then
 elif [ "${executable}" ==  "./ucc-bin" ];then
 	if [ -f "${executabledir}/ucc-bin-real" ]; then
 		executable=ucc-bin-real
+	if [ -f "${executabledir}/ut2004-bin" ]; then
+		executable=ut2004-bin
 	else
 		executable=ut-bin
 	fi