[csw-devel] SF.net SVN: gar:[14846] csw/mgar/pkg/php5/trunk/files/CSWphp5.postinstall
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Tue Jun 21 03:31:07 CEST 2011
Revision: 14846
http://gar.svn.sourceforge.net/gar/?rev=14846&view=rev
Author: bdwalton
Date: 2011-06-21 01:31:06 +0000 (Tue, 21 Jun 2011)
Log Message:
-----------
php5/trunk: join lines that were mistakenly split in the postinstall script
Modified Paths:
--------------
csw/mgar/pkg/php5/trunk/files/CSWphp5.postinstall
Modified: csw/mgar/pkg/php5/trunk/files/CSWphp5.postinstall
===================================================================
--- csw/mgar/pkg/php5/trunk/files/CSWphp5.postinstall 2011-06-20 23:54:15 UTC (rev 14845)
+++ csw/mgar/pkg/php5/trunk/files/CSWphp5.postinstall 2011-06-21 01:31:06 UTC (rev 14846)
@@ -2,8 +2,7 @@
PATH=/bin:/usr/bin:/opt/csw/bin:/sbin:/usr/sbin:/opt/csw/sbin
-curextdir=`perl -lne '/(no-debug-non-zts-[0-9]+)/ && print $1' /etc/opt/csw/php
-5/php.ini`
+curextdir=`perl -lne '/(no-debug-non-zts-[0-9]+)/ && print $1' /etc/opt/csw/php5/php.ini`
# the new php.ini doesn't have this line at all, but the old one might.
# update it if required.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list