Revision 19541,
270 bytes
checked in by ghudson, 22 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r19540,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | |
---|
3 | prefix=@prefix@ |
---|
4 | exec_prefix=@exec_prefix@ |
---|
5 | |
---|
6 | PATH=@prefix@/bin:/usr/gnome/bin:${PATH} |
---|
7 | GNOME2_PATH=@prefix@:/usr/gnome |
---|
8 | LD_LIBRARY_PATH=@prefix@/lib:/usr/gnome/lib:${LD_LIBRARY_PATH} |
---|
9 | |
---|
10 | export LD_LIBRARY_PATH GNOME2_PATH PATH |
---|
11 | |
---|
12 | exec @libexecdir@/evolution-1.3 "$@" |
---|
13 | |
---|
Note: See
TracBrowser
for help on using the repository browser.