summaryrefslogtreecommitdiff
path: root/gtkdoc-scangobj.in
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2009-12-18 21:47:23 +0200
committerStefan Kost <ensonic@users.sf.net>2009-12-19 22:05:26 +0200
commit1f5d323d9ecf6384980c8e51e9d5b30376ce3536 (patch)
tree9efba09e813efb1279c8962e02ed580bee4d11ce /gtkdoc-scangobj.in
parentb67686169b91900f48481f3be2e658a0fc7023f9 (diff)
downloadgtk-doc-1f5d323d9ecf6384980c8e51e9d5b30376ce3536.tar.gz
tools: append to the perl path so that it stays overrideable. Fixes #604892
We were prepending datadir to the INC path for perl to find gtkdoc-common.pl. This also caused the unit tests to run with the installed version, despite that we had set an local path to INC from the Makefile.
Diffstat (limited to 'gtkdoc-scangobj.in')
-rw-r--r--gtkdoc-scangobj.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtkdoc-scangobj.in b/gtkdoc-scangobj.in
index 13bcf21..6eb906f 100644
--- a/gtkdoc-scangobj.in
+++ b/gtkdoc-scangobj.in
@@ -32,7 +32,7 @@
use Getopt::Long;
-unshift @INC, '@PACKAGE_DATA_DIR@';
+push @INC, '@PACKAGE_DATA_DIR@';
require "gtkdoc-common.pl";
# Options