]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
make test running on installed pear package work: pear run-tests -pu __uri/semanticsc...
authorChristian Weiske <cweiske@cweiske.de>
Sat, 21 Aug 2010 23:32:14 +0000 (01:32 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Sat, 21 Aug 2010 23:32:14 +0000 (01:32 +0200)
src/SemanticScuttle/header.php

index bc60088b673f8e19e51c5e40468f7e6d61dd5177..d1a5c293bb09d834a6028f30e9e8eaace3ebd36e 100644 (file)
@@ -20,7 +20,7 @@ if ('@data_dir@' == '@' . 'data_dir@') {
     $datadir = dirname(__FILE__) . '/../../data/';
 } else {
     //pear installation; files are in include path
-    $datadir = '@data_dir@';
+    $datadir = '@data_dir@/SemanticScuttle/';
 }
 
 if (!file_exists($datadir . '/config.php')) {