95256b35bf
KnowledgeTree is the leading commercial open source electronic document management software designed for teams and small to medium-sized organizations. KnowlodgeTree is document management made simple: easily secure, share, track and manage the documents and records your organization depends on.
14 lines
678 B
Plaintext
14 lines
678 B
Plaintext
$OpenBSD: patch-lib_util_ktutil_inc,v 1.1.1.1 2007/12/12 13:21:43 robert Exp $
|
|
--- lib/util/ktutil.inc.orig Tue Nov 20 11:54:41 2007
|
|
+++ lib/util/ktutil.inc Tue Nov 20 11:54:27 2007
|
|
@@ -578,6 +578,9 @@ class KTUtil {
|
|
$sExecSearchPath .= PATH_SEPARATOR . KT_DIR . "/../bin/antiword/";
|
|
$sExecSearchPath .= PATH_SEPARATOR . KT_DIR . "/../bin/zip/";
|
|
$sExecSearchPath .= PATH_SEPARATOR . KT_DIR . "/../bin/unzip/";
|
|
+ $sExecSearchPath .= PATH_SEPARATOR . "/bin/";
|
|
+ $sExecSearchPath .= PATH_SEPARATOR . "/usr/bin/";
|
|
+ $sExecSearchPath .= PATH_SEPARATOR . "/usr/local/bin/";
|
|
|
|
$paths = split(PATH_SEPARATOR, $sExecSearchPath);
|
|
foreach ($paths as $path) {
|