Search
j0ke.net Open Build Service
>
Projects
>
server:php:applications
>
horde-groupware-webmail
> horde-3.2-rc1-usr_local.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File horde-3.2-rc1-usr_local.patch of Package horde-groupware-webmail (Revision 8)
Currently displaying revision
8
,
show latest
--- config/mime_drivers.php.dist.old 2007-12-03 18:31:39.000000000 +0100 +++ config/mime_drivers.php.dist 2007-12-03 18:31:50.000000000 +0100 @@ -405,7 +405,7 @@ * 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 @@ * 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'