diff options
author | Rodney Dawes <dobey@ximian.com> | 2004-02-26 02:37:54 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2004-02-26 02:37:54 +0800 |
commit | 07d79a59b846be023a737414da0e73bf8612e985 (patch) | |
tree | 3ca9b68143384fd7d03f802ca3d692f852cf68f1 | |
parent | 3265272196f59e1919839d73893804066e2373c2 (diff) | |
download | gsoc2013-evolution-07d79a59b846be023a737414da0e73bf8612e985.tar.gz gsoc2013-evolution-07d79a59b846be023a737414da0e73bf8612e985.tar.zst gsoc2013-evolution-07d79a59b846be023a737414da0e73bf8612e985.zip |
Use @BASE_VERSION@ for the binary
2004-02-15 Rodney Dawes <dobey@ximian.com>
* evolution-nognome.in: Use @BASE_VERSION@ for the binary
Fixes #54796
svn path=/trunk/; revision=24866
-rw-r--r-- | shell/ChangeLog | 6 | ||||
-rw-r--r-- | shell/evolution-nognome.in | 2 |
2 files changed, 7 insertions, 1 deletions
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 <dobey@ximian.com> + + * evolution-nognome.in: Use @BASE_VERSION@ for the binary + + Fixes #54796 + 2004-02-18 Not Zed <NotZed@Ximian.com> * 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@ "$@" |