[csw-devel] SF.net SVN: gar:[4698] csw/mgar/pkg/php5/trunk
valholla at users.sourceforge.net
valholla at users.sourceforge.net
Tue May 5 23:18:33 CEST 2009
Revision: 4698
http://gar.svn.sourceforge.net/gar/?rev=4698&view=rev
Author: valholla
Date: 2009-05-05 21:18:33 +0000 (Tue, 05 May 2009)
Log Message:
-----------
post-install tweak
Modified Paths:
--------------
csw/mgar/pkg/php5/trunk/checksums
csw/mgar/pkg/php5/trunk/files/CSWphp5.postinstall
Modified: csw/mgar/pkg/php5/trunk/checksums
===================================================================
--- csw/mgar/pkg/php5/trunk/checksums 2009-05-05 20:47:40 UTC (rev 4697)
+++ csw/mgar/pkg/php5/trunk/checksums 2009-05-05 21:18:33 UTC (rev 4698)
@@ -4,7 +4,7 @@
5f0046fe1b3f8e2228fdb165bdbbe73a download/CSWmodphp5.postinstall
2e5dbed2c9dd5e24c331753984946822 download/CSWmodphp5.preremove
0dd379f20ceb32fc77bb3a9bf045097f download/CSWmodphp5.space
-50ac22e8d8bd961c8bc69635a202a56a download/CSWphp5.postinstall
+69cc09afe1d73127e48d0d59b4c20b15 download/CSWphp5.postinstall
89e79becc9d7698c5c561581f2b098bc download/CSWphp5_ext_disable.sh
de56d3571f4484284d106af158bffc38 download/CSWphp5_ext_enable.sh
ab08e2ba62667bf13fa236099e433e84 download/configure.diff
Modified: csw/mgar/pkg/php5/trunk/files/CSWphp5.postinstall
===================================================================
--- csw/mgar/pkg/php5/trunk/files/CSWphp5.postinstall 2009-05-05 20:47:40 UTC (rev 4697)
+++ csw/mgar/pkg/php5/trunk/files/CSWphp5.postinstall 2009-05-05 21:18:33 UTC (rev 4698)
@@ -38,7 +38,7 @@
* broken out into seperate packages for the modules.
*
_EOT_
-if [ -n ${new_pkgs} ]; then
+if [ -n "${new_pkgs}" ]; then
cat << _EOT_
* ************* PLEASE READ *************
*
@@ -63,7 +63,7 @@
*
_EOT_
fi
-if [ -n ${non_pkgs} ]; then
+if [ -n "${non_pkgs}" ]; then
cat << _EOT_
* ************* PLEASE READ *************
*
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