summaryrefslogtreecommitdiff
path: root/arcanist
diff options
context:
space:
mode:
authorNishanth Aravamudan <nish.aravamudan@canonical.com>2016-02-12 15:31:33 -0800
committerAndrew Shadura <andrewsh@debian.org>2017-01-02 19:46:06 +0100
commita79255edb6c79549d190465540effd9ef9eada9b (patch)
tree60d4a14514f3c3d6e44ae83f4e568d1718634253 /arcanist
parent784f098e28887bd7fdd9cb2cb278cabbe7aa4bb1 (diff)
Apply patch: Refer to php-* named packages rather than php5-*
Bug-Ubuntu: https://launchpad.net/bugs/1544352
Diffstat (limited to 'arcanist')
-rwxr-xr-xarcanist/scripts/arcanist.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/arcanist/scripts/arcanist.php b/arcanist/scripts/arcanist.php
index dc2f07b..6261c67 100755
--- a/arcanist/scripts/arcanist.php
+++ b/arcanist/scripts/arcanist.php
@@ -470,9 +470,8 @@ function sanity_check_environment() {
$need_functions = array(
'curl_init' => array(
'text',
- "You need to install the cURL PHP extension, maybe with ".
- "'apt-get install php5-curl' or 'yum install php53-curl' or ".
- "something similar.",
+ "You need to install the cURL PHP extension, with ".
+ "'apt-get install php-curl'.",
),
'json_decode' => array('flag', '--without-json'),
);