From bb456574eb4aa4f5502890f081406bd48d036f51 Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Mon, 23 Aug 2010 07:45:54 +0000 Subject: [PATCH] - updated script to do special stuff for Fedora --- mk/linux/glest | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/mk/linux/glest b/mk/linux/glest index 8231939c4..b6e3c45a7 100755 --- a/mk/linux/glest +++ b/mk/linux/glest @@ -67,10 +67,17 @@ fi # now deal with the openal library [libopenal.so.0] OS_TYPE=`uname -m` -# OpenSuSE (11.3) needs its own openAL +# OpenSuSE (11.3) and Fedora needs its own openAL #if [ -f /etc/SuSE-release -a -f lib/libopenal* ]; then -if [ -f /etc/SuSE-release ]; then - echo 'Detected Open Suse...' >&2 +if [ -f /etc/SuSE-release ] || [ -f /etc/fedora-release ] ; then + + if [ -f /etc/SuSE-release ] ; then + echo 'Detected Open Suse...' >&2 + fi + + if [ -f /etc/fedora-release ] ; then + echo 'Detected Fedora...' >&2 + fi #rm -f lib/libopenal* # libcurl*, libgnu*, libicu*, liblua*, libxerces*