[Pkg-php-commits] r1047 - php5/trunk/debian

Raphael Geissert atomo64-guest at alioth.debian.org
Sun May 4 16:28:14 UTC 2008


Author: atomo64-guest
Date: 2008-05-04 16:28:14 +0000 (Sun, 04 May 2008)
New Revision: 1047

Modified:
   php5/trunk/debian/rules
Log:
Fixed more bashisms, introduced by the addition of the apache2filter SAPI


Modified: php5/trunk/debian/rules
===================================================================
--- php5/trunk/debian/rules	2008-05-04 13:45:16 UTC (rev 1046)
+++ php5/trunk/debian/rules	2008-05-04 16:28:14 UTC (rev 1047)
@@ -389,10 +389,10 @@
 	# remove netware and win32 headers that we don't want
 	cd debian/libapache2-mod-php5filter/usr/include/php5/ && \
 		  rm -f TSRM/readdir.h \
-			TSRM/tsrm_config.{nw,w32}.h \
-			TSRM/tsrm_{nw,win32}.h \
-			Zend/zend_config.{nw,w32}.h \
-			main/config.{nw,w32}.h \
+			TSRM/tsrm_config.nw.h TSRM/tsrm_config.w32.h\
+			TSRM/tsrm_nw.h TSRM/tsrm_win32.h\
+			Zend/zend_config.nw.h Zend/zend_config.w32.h\
+			main/config.nw.h main/config.w32.h\
 			main/win95nt.h
 
 	# install PEAR




More information about the Pkg-php-commits mailing list