merge from 3.1.0: add -O flag to python

svn: r12177
This commit is contained in:
Stéphane Charette 2009-03-01 08:37:30 +00:00
parent cdbdc0540f
commit cbc9245210

View File

@ -25,4 +25,4 @@ PACKAGE=@PACKAGE@
export GRAMPSDIR=@datadir@/@PACKAGE@
exec @PYTHON@ $GRAMPSDIR/gramps.py "$@"
exec @PYTHON@ -O $GRAMPSDIR/gramps.py "$@"