File horde-3.2-rc1-usr_local.patch of Package horde3
Index: config/mime_drivers.php.dist
===================================================================
--- config/mime_drivers.php.dist.orig
+++ config/mime_drivers.php.dist
@@ -405,7 +405,7 @@ $mime_drivers['horde']['msword'] = array
* xlhtml homepage: http://chicago.sourceforge.net/xlhtml/
*/
$mime_drivers['horde']['msexcel'] = array(
- 'location' => '/usr/local/bin/xlhtml',
+ 'location' => '/usr/bin/xlhtml',
'inline' => false,
'handles' => array(
'application/vnd.ms-excel', 'application/msexcel',
@@ -423,7 +423,7 @@ $mime_drivers['horde']['msexcel'] = arra
* xlhtml homepage: http://chicago.sourceforge.net/xlhtml/
*/
$mime_drivers['horde']['mspowerpoint'] = array(
- 'location' => '/usr/local/bin/ppthtml',
+ 'location' => '/usr/bin/ppthtml',
'inline' => false,
'handles' => array(
'application/vnd.ms-powerpoint', 'application/mspowerpoint'