[arch-commits] Commit in php/trunk (PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Thu Aug 13 19:32:06 UTC 2009


    Date: Thursday, August 13, 2009 @ 15:32:06
  Author: pierre
Revision: 49588

oops

Modified:
  php/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-08-13 19:22:09 UTC (rev 49587)
+++ PKGBUILD	2009-08-13 19:32:06 UTC (rev 49588)
@@ -38,7 +38,7 @@
          '74e5ce5a02488ec91b1c59f539e42936')
 
 build() {
-	phpconfig='--prefix=/usr \
+	phpconfig="--prefix=/usr \
 		--sysconfdir=/etc/php \
 		--with-layout=GNU \
 		--with-config-file-path=/etc/php \
@@ -50,9 +50,9 @@
 		--enable-shared \
 		--mandir=/usr/share/man \
 		--without-pear \
-		'
+		"
 
-	phpextensions='--enable-bcmath=shared \
+	phpextensions="--enable-bcmath=shared \
 		--enable-calendar=shared \
 		--enable-dba=shared \
 		--enable-exif=shared \
@@ -114,7 +114,7 @@
 		--with-zlib \
 		--without-db2 \
 		--without-db3 \
-		'
+		"
 
 	EXTENSION_DIR=/usr/lib/php/modules
 	export EXTENSION_DIR




More information about the arch-commits mailing list