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 /shell/evolution-nognome.in | |
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
Diffstat (limited to 'shell/evolution-nognome.in')
-rw-r--r-- | shell/evolution-nognome.in | 2 |
1 files changed, 1 insertions, 1 deletions
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@ "$@" |