[Dh-make-php-commits] r182 - trunk

Uwe Steinmann steinm at costa.debian.org
Tue May 30 10:01:05 UTC 2006


Author: steinm
Date: 2006-05-30 10:01:05 +0000 (Tue, 30 May 2006)
New Revision: 182

Modified:
   trunk/dh-make-pecl
Log:
- use pecl instead of pear to download packages


Modified: trunk/dh-make-pecl
===================================================================
--- trunk/dh-make-pecl	2006-05-30 09:28:37 UTC (rev 181)
+++ trunk/dh-make-pecl	2006-05-30 10:01:05 UTC (rev 182)
@@ -29,7 +29,7 @@
 
 Usage: ${PROGNAME} [options] pecl-package
 
-pecl-package is a tgz file as it is downloaded by 'pear download'.
+pecl-package is a tgz file as it is downloaded by 'pecl download'.
 Options:
   --help | -h     show this usage information
   --version | -v  show version of program
@@ -106,7 +106,7 @@
 	if [ -f ${PECLPACKAGENAME} ]; then
 		tar xzf ${PECLPACKAGENAME}
 	else
-		if TEMPMSG=$(pear download ${PECLPACKAGENAME} 2> /dev/null); then
+		if TEMPMSG=$(pecl download ${PECLPACKAGENAME} 2> /dev/null); then
 			echo ${TEMPMSG}
 			PECLPACKAGENAME=$(echo ${TEMPMSG} | awk -F ' ' '{print $2'})
 			tar xzf ${PECLPACKAGENAME}




More information about the Dh-make-php-commits mailing list