[dokuwiki/f15/master] * fixed geshi path

topdog topdog at fedoraproject.org
Sat Apr 23 12:39:01 UTC 2011


commit 6e153f08717172c9f662a75208ce7369932b0bf1
Author: Andrew Colin Kissa <andrew at topdog.za.net>
Date:   Sat Apr 23 14:32:13 2011 +0200

     * fixed geshi path

 dokuwiki-rm-bundled-libs.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/dokuwiki-rm-bundled-libs.patch b/dokuwiki-rm-bundled-libs.patch
index fc45f39..c9301c3 100644
--- a/dokuwiki-rm-bundled-libs.patch
+++ b/dokuwiki-rm-bundled-libs.patch
@@ -54008,7 +54008,7 @@ diff -ruN dokuwiki-2010-11-07a.orig/inc/load.php dokuwiki-2010-11-07a/inc/load.p
          'IXR_IntrospectionServer' => DOKU_INC.'inc/IXR_Library.php',
          'Doku_Plugin_Controller'=> DOKU_INC.'inc/plugincontroller.class.php',
 -        'GeSHi'                 => DOKU_INC.'inc/geshi.php',
-+        'GeSHi'                 => '/usr/share/php/geshi/geshi.php',
++        'GeSHi'                 => '/usr/share/php/geshi.php',
          'TarLib'                => DOKU_INC.'inc/TarLib.class.php',
          'ZipLib'                => DOKU_INC.'inc/ZipLib.class.php',
          'DokuWikiFeedCreator'   => DOKU_INC.'inc/feedcreator.class.php',


More information about the scm-commits mailing list