diff --git a/ChangeLog b/ChangeLog index 50bea66ae..df6fc0c30 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 2007-06-27 Alex Roitman * src/RelLib/Makefile.am: Ship _BasicPrimaryObject.py. + * gramps.sh.in: Typo. 2007-06-26 Don Allingham * src/Bookmarks.py: pylint diff --git a/gramps.sh.in b/gramps.sh.in index d25f18122..eeed1add4 100644 --- a/gramps.sh.in +++ b/gramps.sh.in @@ -25,7 +25,7 @@ exec_prefix=@exec_prefix@ PACKAGE=@PACKAGE@ export GRAMPSDIR=@datadir@/@PACKAGE@ -export GRAMPSPLUGINSDIR=$GRAMPDIR/plugins:$GRAMPSDIR/docgen +export GRAMPSPLUGINSDIR=$GRAMPSDIR/plugins:$GRAMPSDIR/docgen export GRAMPSLIBDIR=@libdir@/@PACKAGE@ export GRAMPSI18N=@prefix@/share/locale