From 6e5c3a551df82c3bef281d40f696616c313a50cd Mon Sep 17 00:00:00 2001 From: William MARTIN Date: Thu, 24 Feb 2011 09:41:58 +0100 Subject: [PATCH] Pluf migrate script need Console_Getopt pear package. --- INSTALL.mdtext | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL.mdtext b/INSTALL.mdtext index d0f6c01..ebd7d6a 100644 --- a/INSTALL.mdtext +++ b/INSTALL.mdtext @@ -37,6 +37,7 @@ docroot. $ sudo pear upgrade-all $ sudo pear install --alldeps Mail $ sudo pear install --alldeps Mail_mime + $ sudo pear install --alldeps Console_Getopt If you already have some of the PEAR packages installed with your distribution, the `Mail` package is often not up-to-date, @@ -222,4 +223,4 @@ functions. You need to prevent the overload as it does not make sense anyway (magic in the background is bad!). See the [corresponding ticket][reglink]. -[reglink]: http://projects.ceondo.com/p/indefero/issues/481/ \ No newline at end of file +[reglink]: http://projects.ceondo.com/p/indefero/issues/481/