steffen: server/kolab-resource-handlers/kolab-resource-handlers/fbview/fbview/framework install-packages.php, 1.2, 1.3

cvs at intevation.de cvs at intevation.de
Tue Nov 23 00:26:29 CET 2004


Author: steffen

Update of /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/fbview/fbview/framework
In directory doto:/tmp/cvs-serv17710/kolab-resource-handlers/kolab-resource-handlers/fbview/fbview/framework

Modified Files:
	install-packages.php 
Log Message:
Switched to OpenPKG-2.2!

Index: install-packages.php
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/fbview/fbview/framework/install-packages.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- install-packages.php	16 Nov 2004 01:45:24 -0000	1.2
+++ install-packages.php	22 Nov 2004 23:26:26 -0000	1.3
@@ -1,4 +1,4 @@
-#!/usr/local/bin/php
+#!@l_prefix@/bin/php
 <?php
 /**
  * $Horde: framework/install-packages.php,v 1.13 2004/04/07 17:43:41 chuck Exp $
@@ -44,7 +44,7 @@
 
 /* Overwrite old files, ignore dependancies (for ease of ordering),
  * upgrade if already installed, etc. */
-$pear = 'pear' . $config_file . $install_dir . ' install --force --nodeps';
+$pear = '@l_prefix@/bin/pear' . $config_file . $install_dir . ' install --force --nodeps';
 
 $dir = dirname(__FILE__);
 $dh = opendir($dir);





More information about the commits mailing list