From 54fd78c12a5a628429197ea8a66f610f13696bd7 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sun, 13 Jan 2013 20:38:56 +0000 Subject: [PATCH] Include gi typelibs in bundle svn: r21109 --- mac/gramps.bundle | 2 +- mac/gramps.launcher | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mac/gramps.bundle b/mac/gramps.bundle index 9ce31ba55..efa33addd 100644 --- a/mac/gramps.bundle +++ b/mac/gramps.bundle @@ -147,7 +147,7 @@ ${prefix}/include/python2.7/pyconfig.h - + ${prefix}/lib/girepository-1.0/ diff --git a/mac/gramps.launcher b/mac/gramps.launcher index 6e09dc8d2..5311c6f4a 100755 --- a/mac/gramps.launcher +++ b/mac/gramps.launcher @@ -25,7 +25,7 @@ export PANGO_SYSCONFDIR="$bundle_etc" export PANGO_LIBDIR="$bundle_lib" export GDK_PIXBUF_MODULE_FILE="$bundle_etc/gtk-3.0/gdk-pixbuf.loaders" export GTK_IM_MODULE_FILE="$bundle_etc/gtk-3.0/gtk.immodules" -export GI_TYPELIB_PATH="bundle_lib/girepository-1.0"q +export GI_TYPELIB_PATH="bundle_lib/girepository-1.0" export GVBINDIR="$bundle_lib/graphviz"