Daniel Gibbs 10 ani în urmă
părinte
comite
f06f2fad24
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      lgsm/functions/fix_glibc.sh

+ 2 - 2
lgsm/functions/fix_glibc.sh

@@ -52,8 +52,8 @@ if [ "$(printf '%s\n$glibc_required\n' $glibc_version | sort -V | head -n 1)" !=
 	echo "Version $(ldd --version | sed -n '1s/.* //p') is lower than $glibc_required"
 	if [ "${glibcfix}" == "yes" ]; then 
 		echo "applied glibc fix"
-		echo "export LD_LIBRARY_PATH=:"${libdir}"
-		export LD_LIBRARY_PATH=:"${lgsmdir}/lib/ubuntu12.04/i386"
+		echo "export LD_LIBRARY_PATH=:${libdir}"
+		export LD_LIBRARY_PATH=:"${libdir}"
 	else
 		echo "no glibc fix available you need to upgrade bro!!"
 	fi