mirror of
https://github.com/glest/glest-source.git
synced 2025-09-08 23:10:42 +02:00
- updated shell script launcher to work properly in open suse
This commit is contained in:
@@ -68,8 +68,21 @@ fi
|
||||
OS_TYPE=`uname -m`
|
||||
|
||||
# OpenSuSE (11.3) needs its own openAL
|
||||
if [ -f /etc/SuSE-release -a -f lib/libopenal* ]; then
|
||||
rm -f lib/libopenal*
|
||||
#if [ -f /etc/SuSE-release -a -f lib/libopenal* ]; then
|
||||
if [ -f /etc/SuSE-release ]; then
|
||||
#rm -f lib/libopenal*
|
||||
# libcurl*, libgnu*, libicu*, liblua*, libxerces*
|
||||
#mv `ls -1 | grep -v '\.abc$' | grep -v '\.xyz$' | xargs`
|
||||
|
||||
if [ ! -d lib/orig ]; then
|
||||
mkdir lib/orig
|
||||
mv lib/* lib/orig
|
||||
cp lib/orig/libcurl* lib/
|
||||
cp lib/orig/libgnu* lib/
|
||||
cp lib/orig/libicu* lib/
|
||||
cp lib/orig/liblua* lib/
|
||||
cp lib/orig/libxerces* lib/
|
||||
fi
|
||||
fi
|
||||
|
||||
OPENAL_LINKEDLIBNAME='libopenal.so.0'
|
||||
|
Reference in New Issue
Block a user