source: trunk/third/evolution/shell/evolution-nognome.in @ 19541

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
3prefix=@prefix@
4exec_prefix=@exec_prefix@
5
6PATH=@prefix@/bin:/usr/gnome/bin:${PATH}
7GNOME2_PATH=@prefix@:/usr/gnome
8LD_LIBRARY_PATH=@prefix@/lib:/usr/gnome/lib:${LD_LIBRARY_PATH}
9
10export LD_LIBRARY_PATH GNOME2_PATH PATH
11
12exec @libexecdir@/evolution-1.3 "$@"
13
Note: See TracBrowser for help on using the repository browser.