From 07d79a59b846be023a737414da0e73bf8612e985 Mon Sep 17 00:00:00 2001 From: Rodney Dawes Date: Wed, 25 Feb 2004 18:37:54 +0000 Subject: Use @BASE_VERSION@ for the binary 2004-02-15 Rodney Dawes * evolution-nognome.in: Use @BASE_VERSION@ for the binary Fixes #54796 svn path=/trunk/; revision=24866 --- shell/ChangeLog | 6 ++++++ shell/evolution-nognome.in | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/ChangeLog b/shell/ChangeLog index 7da94af9e2..c6320aaa32 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,9 @@ +2004-02-15 Rodney Dawes + + * evolution-nognome.in: Use @BASE_VERSION@ for the binary + + Fixes #54796 + 2004-02-18 Not Zed * e-shell-offline-handler.c (prepare_for_offline): remove id, and diff --git a/shell/evolution-nognome.in b/shell/evolution-nognome.in index bd6f15789b..da0e941aab 100644 --- a/shell/evolution-nognome.in +++ b/shell/evolution-nognome.in @@ -9,5 +9,5 @@ LD_LIBRARY_PATH=@prefix@/lib:/usr/gnome/lib:${LD_LIBRARY_PATH} export LD_LIBRARY_PATH GNOME2_PATH PATH -exec @libexecdir@/evolution-1.3 "$@" +exec @libexecdir@/evolution-@BASE_VERSION@ "$@" -- cgit