Search
j0ke.net Open Build Service
>
Projects
>
server:mail
>
horde-groupware-webmail
> horde-pear-php5_exec.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File horde-pear-php5_exec.patch of Package horde-groupware-webmail (Revision 9)
Currently displaying revision
9
,
show latest
--- pear/pear-dh-compile-translationfile.orig 2011-01-07 23:18:50.634789752 +0100 +++ pear/pear-dh-compile-translationfile 2011-01-07 23:19:47.744299393 +0100 @@ -1,4 +1,4 @@ -#!/usr/local/php/bin/php +#!/usr/bin/php5 -q <?php /** --- pear/mdb2_schematool.orig 2011-01-07 23:18:56.100554534 +0100 +++ pear/mdb2_schematool 2011-01-07 23:19:29.960311097 +0100 @@ -1,4 +1,4 @@ -#!/usr/local/php/bin/php +#!/usr/bin/php5 -q <?php require_once 'MDB2/Schema/Tool.php'; MDB2_Schema_Tool::run();