gramps/gramps/gramps.sh.in
2001-06-21 19:31:12 +00:00

11 lines
189 B
Bash

#! /bin/sh
# @configure_input@
prefix=@prefix@
export GRAMPSDIR=@datadir@/@PACKAGE@
export PYTHONPATH=$GRAMPSDIR
export GRAMPSI18N=@prefix@/share/locale
@PYTHON@ $GRAMPSDIR/gramps.py $*