[Pkg-php-commits] [php/debian-sid] Add missing backslash

Ondřej Surý ondrej at sury.org
Sat May 14 15:40:08 UTC 2011


---
 debian/rules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/rules b/debian/rules
index 2b63fd1..e5a1fef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -268,7 +268,7 @@ configure-apache2-stamp: prepared-stamp
 		--with-imap=shared,/usr \
 		--with-imap-ssl \
 		--with-interbase=shared,/usr \
-		--with-pdo-firebird=shared,/usr
+		--with-pdo-firebird=shared,/usr \
 		--enable-intl=shared \
 		--with-ttf=shared,/usr \
 		--with-t1lib=shared,/usr \
-- 
1.7.1





More information about the Pkg-php-commits mailing list