Artur R. Czechowski
Tue, 09 Feb 2010 11:21:16 -0800
Sorry, previous patch for this bugreport was invalid. Please use
this one.
Regards
Artur
--
habitus - ustrukturowana struktura strukturujÄ…ca
/definicja socjologiczna/
diff -Naru dh-make-php-0.2.15-buggy/dh-make-pear dh-make-php-0.2.15/dh-make-pear
--- dh-make-php-0.2.15-buggy/dh-make-pear 2010-02-09 18:00:38.119805755 +0100
+++ dh-make-php-0.2.15/dh-make-pear 2010-02-09 20:14:54.995804171 +0100
@@ -96,7 +96,7 @@
if [ -f ${PEARPACKAGENAME} ]; then
tar xzf ${PEARPACKAGENAME}
else
- if TEMPMSG=$(/usr/bin/pear download ${PEARPACKAGENAME} 2> /dev/null); then
+ if TEMPMSG=$(/usr/bin/pear download ${PEARPACKAGENAME}); then
echo ${TEMPMSG}
PEARPACKAGENAME=$(echo ${TEMPMSG} | awk -F ' ' '{print $2'})
tar xzf ${PEARPACKAGENAME}
Bug#569054: Corrected patch for #569054 Artur R. Czechowski