mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
fix pear install command to include channel
This commit is contained in:
parent
8f366aaf2f
commit
91e2992172
@ -428,7 +428,7 @@ function pear_check($package,$args)
|
||||
{
|
||||
echo ' '.lang('You can install it by running:').
|
||||
($channel ? ' pear channel-discover '.$channel.' ;' : '').
|
||||
' pear install '.$package;
|
||||
' pear install '.($channel ? $channel.'/' : '').$package;
|
||||
}
|
||||
echo "</div>";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user