From 9c133a71b2b079b088720eca635d5f9674d4324b Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Sat, 17 Jul 2010 07:42:26 +0000 Subject: [PATCH] - updated launch script for open suse support --- mk/linux/glest | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mk/linux/glest b/mk/linux/glest index b64af5e3b..bebfc0b0f 100755 --- a/mk/linux/glest +++ b/mk/linux/glest @@ -70,6 +70,11 @@ fi # now deal with the openal library [libopenal.so.0] OS_TYPE=`uname -m` +# Suse needs its own openAL +if [ -f /etc/SuSE-release ]; then + rm lib/libopenal* +fi + OPENAL_LINKEDLIBNAME="libopenal.so.0" OPENAL_LIBLOOKUP1=${OPENAL_LINKEDLIBNAME} OPENAL_LIBLOOKUP2="libopenal.so.1"