[banshee] [Booter] If running on MeeGo, use MeeGo.exe



commit 281de83c72d68fe02d107f5195f9cf12b667d672
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]