Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorStefan Giehl <stefan@matomo.org>2020-01-16 22:42:37 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2020-01-16 22:42:37 +0300
commit1361185b9de2ea474cb4c3cec71523c300e8f7eb (patch)
tree6709bfd6021770a79a88832e147cbeda78c8d679 /misc
parentabd7d9d145e621878d89a87b9d09a93b6119360c (diff)
Removes some more unneeded code (#15395)
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/composer/build-xhprof.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/composer/build-xhprof.sh b/misc/composer/build-xhprof.sh
index fb9741d0ec..88864db8eb 100755
--- a/misc/composer/build-xhprof.sh
+++ b/misc/composer/build-xhprof.sh
@@ -2,7 +2,7 @@
if ! type phpize &> /dev/null; then
echo "phpize missing, skipping build"
- echo "If you installed PHP via Aptitude, you can install phpize w/ 'sudo apt-get install php5-dev'"
+ echo "If you installed PHP via Aptitude, you can install phpize w/ 'sudo apt-get install php7-dev'"
exit
fi