2003-04-28 Rodney Dawes <dobey@ximian.com> * Makefile.am: Fix up some stuff for the nognome script * evolution-nognome.in: Fix up nognome script for Sun GNOME2 svn path=/trunk/; revision=20996
14 lines
270 B
Bash
14 lines
270 B
Bash
#!/bin/sh
|
|
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
|
|
PATH=@prefix@/bin:/usr/gnome/bin:${PATH}
|
|
GNOME2_PATH=@prefix@:/usr/gnome
|
|
LD_LIBRARY_PATH=@prefix@/lib:/usr/gnome/lib:${LD_LIBRARY_PATH}
|
|
|
|
export LD_LIBRARY_PATH GNOME2_PATH PATH
|
|
|
|
exec @libexecdir@/evolution-1.3 "$@"
|
|
|