[evolution-patches] Evolution wrapper script for solaris



This patch fixes the problem with the script still calling
evolution-1.3 (I don't know why I didn't do this in the first place,
and why it wasn't caught earlier.), and makes it easier to debug evo
on solaris by running "EVO_DBG_CMD=gdb evolution".

-- dobey

diff -Nru -x '*~' -x '*.o' -x '*.orig' -x '*.rej' evolution-1.4.0.orig/shell/evolution-nognome.in evolution-1.4.0/shell/evolution-nognome.in
--- evolution-1.4.0.orig/shell/evolution-nognome.in	2003-04-29 14:14:49.000000000 -0400
+++ evolution-1.4.0/shell/evolution-nognome.in	2003-06-03 16:29:04.000000000 -0400
@@ -9,5 +9,5 @@
 
 export LD_LIBRARY_PATH GNOME2_PATH PATH
 
-exec @libexecdir@/evolution-1.3 "$@"
+exec ${EVO_DBG_CMD} @libexecdir@/evolution- BASE_VERSION@ "$@"
 


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