[csw-devel] SF.net SVN: gar:[14307] csw/mgar/pkg/php5/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Mon Apr 18 02:17:25 CEST 2011
Revision: 14307
http://gar.svn.sourceforge.net/gar/?rev=14307&view=rev
Author: bdwalton
Date: 2011-04-18 00:17:25 +0000 (Mon, 18 Apr 2011)
Log Message:
-----------
php5/trunk: correct and extend the pear cleanup in the post-install routine
Modified Paths:
--------------
csw/mgar/pkg/php5/trunk/Makefile
Modified: csw/mgar/pkg/php5/trunk/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/Makefile 2011-04-18 00:15:54 UTC (rev 14306)
+++ csw/mgar/pkg/php5/trunk/Makefile 2011-04-18 00:17:25 UTC (rev 14307)
@@ -314,7 +314,7 @@
@cp $(WORKSRC)/php.ini-production $(INIDEST)
@ginstall -m 0755 $(DOWNLOADDIR)/phpext $(DESTDIR)$(prefix)/php5/bin/
@perl -pi -e 's/^;extension=php_(.*).dll/;extension=$$1.so/' $(INIDEST)
- @rm -rf $(DESTDIR)/.cha $(DESTDIR)/.dep* $(DESTDIR)/.reg* $(DESTDIR)/.l*
+ @rm -rf $(DESTDIR)/.cha* $(DESTDIR)/.dep* $(DESTDIR)/.reg* $(DESTDIR)/.l* $(DESTDIR)/.f*
@$(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