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

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Sat Apr 16 05:18:30 CEST 2011


Revision: 14230
          http://gar.svn.sourceforge.net/gar/?rev=14230&view=rev
Author:   bdwalton
Date:     2011-04-16 03:18:30 +0000 (Sat, 16 Apr 2011)

Log Message:
-----------
php5/trunk: correct the ini extension fixup

Modified Paths:
--------------
    csw/mgar/pkg/php5/trunk/Makefile

Modified: csw/mgar/pkg/php5/trunk/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/Makefile	2011-04-16 03:09:26 UTC (rev 14229)
+++ csw/mgar/pkg/php5/trunk/Makefile	2011-04-16 03:18:30 UTC (rev 14230)
@@ -746,7 +746,7 @@
 post-install-modulated:
 	@rm -f $(DESTDIR)$(AP2SYSCONF)
 	@cp $(WORKSRC)/php.ini-production $(INIDEST)
-	@perl -pi -e 's/^;extension=php_(.*).dll/;extension=$1.so/' $(INIDEST)
+	@perl -pi -e 's/^;extension=php_(.*).dll/;extension=$$1.so/' $(INIDEST)
 	@$(MAKECOOKIE)
 
 install-extras:


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