[banshee/stable-1.6] [Booter] If running on MeeGo, use MeeGo.exe



commit 65b6789309f01504011f3f6acd17b8b2a4879f7d
Author: Aaron Bockover <abockover novell com>
Date:   Tue Apr 27 11:24:40 2010 -0400

    [Booter] If running on MeeGo, use MeeGo.exe
    
    Otherwise use the dynamic startup client, Banshee.exe.

 src/Clients/Booter/banshee-1.linux.in |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/src/Clients/Booter/banshee-1.linux.in b/src/Clients/Booter/banshee-1.linux.in
index 86e55d1..7814616 100644
--- a/src/Clients/Booter/banshee-1.linux.in
+++ b/src/Clients/Booter/banshee-1.linux.in
@@ -2,7 +2,11 @@
 
 prefix= prefix@
 libdir= expanded_libdir@
-exec_asm="Banshee.exe"
+if test -f /etc/meego-release; then
+	exec_asm="MeeGo.exe"
+else
+	exec_asm="Banshee.exe"
+fi
 MONO_EXE="@expanded_libdir@/@PACKAGE@/$exec_asm"
 BANSHEE_EXEC_NAME=$(basename $0)
 BANSHEE_CONFIG_DIR="${XDG_CONFIG_HOME:-$HOME/.config}/banshee-1"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]