[csw-devel] SF.net SVN: gar:[4701] csw/mgar/pkg/php5/trunk

valholla at users.sourceforge.net valholla at users.sourceforge.net
Wed May 6 00:01:12 CEST 2009


Revision: 4701
          http://gar.svn.sourceforge.net/gar/?rev=4701&view=rev
Author:   valholla
Date:     2009-05-05 22:01:12 +0000 (Tue, 05 May 2009)

Log Message:
-----------
tweak post-install

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 21:54:51 UTC (rev 4700)
+++ csw/mgar/pkg/php5/trunk/checksums	2009-05-05 22:01:12 UTC (rev 4701)
@@ -4,7 +4,7 @@
 5f0046fe1b3f8e2228fdb165bdbbe73a  download/CSWmodphp5.postinstall
 2e5dbed2c9dd5e24c331753984946822  download/CSWmodphp5.preremove
 0dd379f20ceb32fc77bb3a9bf045097f  download/CSWmodphp5.space
-dc7c3434b97077f0915985ea6a6b6454  download/CSWphp5.postinstall
+bc2a45ba7d5f65b8e027f70d4fefce78  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 21:54:51 UTC (rev 4700)
+++ csw/mgar/pkg/php5/trunk/files/CSWphp5.postinstall	2009-05-05 22:01:12 UTC (rev 4701)
@@ -55,6 +55,9 @@
     fi
     cnt=`expr ${cnt} + 1`
 done
+if [ `expr ${cnt} - 1` -ne 4 ]; then
+    echo
+fi
 cat << _EOT_
 *
 * to keep the same functionality as the original install 
@@ -91,6 +94,9 @@
     fi
     cnt=`expr ${cnt} + 1`
 done
+if [ `expr ${cnt} - 1` -ne 4 ]; then
+    echo
+fi
 cat << _EOT_
 * 
 * Please verify they are still working after this upgrade.


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