diff options
Diffstat (limited to 'devel/pear/files/PEAR_Installer.php.patch')
| -rw-r--r-- | devel/pear/files/PEAR_Installer.php.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/pear/files/PEAR_Installer.php.patch b/devel/pear/files/PEAR_Installer.php.patch deleted file mode 100644 index 5ecbcd097210..000000000000 --- a/devel/pear/files/PEAR_Installer.php.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- PEAR/Installer.php.orig Mon Aug 21 10:20:13 2006 -+++ PEAR/Installer.php Mon Aug 21 10:20:53 2006 -@@ -1464,7 +1464,8 @@ - $this->log(0, $e[0]); - } - } -- // {{{ Delete the files -+ // {{{ Delete the files, if not set 'register-only' option -+ if (!isset($options['register-only'])) { - $this->startFileTransaction(); - PEAR::pushErrorHandling(PEAR_ERROR_RETURN); - if (PEAR::isError($err = $this->_deletePackageFiles($package, $channel))) { -@@ -1505,6 +1506,7 @@ - } - } - // }}} -+ } - - $this->configSet('default_channel', $savechannel); - // Register that the package is no longer installed |
