cox Thu Jul 3 01:09:36 2003 EDT
Modified files:
/php-src/pear install-pear.php
Log:
typo, need the complete file name not the basenamed one
Index: php-src/pear/install-pear.php
diff -u php-src/pear/install-pear.php:1.9 php-src/pear/install-pear.php:1.10
--- php-src/pear/install-pear.php:1.9 Sun Jun 29 16:50:05 2003
+++ php-src/pear/install-pear.php Thu Jul 3 01:09:36 2003
@@no-spam -3,7 +3,7 @@no-spam
// XXX TODO write the config file at the end as for example
// in 'system' layer
-/* $Id: install-pear.php,v 1.9 2003/06/29 20:50:05 cox Exp $ */
+/* $Id: install-pear.php,v 1.10 2003/07/03 05:09:36 cox Exp $ */
$pear_dir = dirname(__FILE__);
ini_set('include_path', $pear_dir);
@@no-spam -20,7 +20,7 @@no-spam
$bn = basename($arg);
if (ereg('package-(.*)\.xml$', $bn, $matches) ||
ereg('([A-Za-z0-9_:]+)-.*\.(tar|tgz)$', $bn, $matches)) {
- $install_files[$matches[1]] = $bn;
+ $install_files[$matches[1]] = $arg;
} elseif ($arg == '--force') {
$force = true;
} elseif ($arg == '-d') {