mirror of
https://github.com/glest/glest-source.git
synced 2025-09-09 07:20:47 +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`
|
OS_TYPE=`uname -m`
|
||||||
|
|
||||||
# OpenSuSE (11.3) needs its own openAL
|
# OpenSuSE (11.3) needs its own openAL
|
||||||
if [ -f /etc/SuSE-release -a -f lib/libopenal* ]; then
|
#if [ -f /etc/SuSE-release -a -f lib/libopenal* ]; then
|
||||||
rm -f lib/libopenal*
|
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
|
fi
|
||||||
|
|
||||||
OPENAL_LINKEDLIBNAME='libopenal.so.0'
|
OPENAL_LINKEDLIBNAME='libopenal.so.0'
|
||||||
|
Reference in New Issue
Block a user