[Pkg-php-commits] [php/debian-sid] fix syntax error in phpize5 caused by libtool2.2.patch
Sean Finney
seanius at debian.org
Mon May 18 15:33:36 UTC 2009
fix a typo in an if/fi block.
Closes: #529248
Thanks: Michal Čihař
---
debian/patches/libtool2.2.patch | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/debian/patches/libtool2.2.patch b/debian/patches/libtool2.2.patch
index b5584d9..7c5d6bb 100644
--- a/debian/patches/libtool2.2.patch
+++ b/debian/patches/libtool2.2.patch
@@ -16,7 +16,7 @@ Index: php/scripts/phpize.in
+ LIBTOOL_FILES="libtool.m4 ltoptions.m4 ltsugar.m4 ltversion.m4 lt~obsolete.m4"
+else
+ LIBTOOL_FILES="libtool.m4"
-+f
++fi
FILES="acinclude.m4 Makefile.global config.sub config.guess ltmain.sh run-tests*.php"
CLEAN_FILES="$FILES *.o *.lo *.la .deps .libs/ build/ include/ modules/ install-sh \
mkinstalldirs missing config.nice config.sub config.guess configure configure.in \
--
1.5.6.5
More information about the Pkg-php-commits
mailing list