summaryrefslogtreecommitdiff
path: root/sounds/Makefile
diff options
context:
space:
mode:
authorJenkins2 <jenkins2@gerrit.asterisk.org>2018-03-19 10:19:29 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2018-03-19 10:19:29 -0500
commite905b232f135d354c972b4e27f1205a3cd0848e8 (patch)
tree72710c60b9e0efe41f782ecd414ed9054824d6e2 /sounds/Makefile
parenta12976e20ac5424ab2ad2a2cf7a47970542ee43c (diff)
parentf697025ae5b9f4b04f2e38cda766e4d5e0058baf (diff)
Merge "BuildSystem: When no download utility is available, display the explanation."
Diffstat (limited to 'sounds/Makefile')
-rw-r--r--sounds/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sounds/Makefile b/sounds/Makefile
index 779d52a8e..606bbdcec 100644
--- a/sounds/Makefile
+++ b/sounds/Makefile
@@ -127,9 +127,9 @@ have_download:
@if test "$(DOWNLOAD)" = ":" ; then \
echo "**************************************************"; \
echo "*** ***"; \
- echo "*** You must have either wget or fetch to be ***"; \
- echo "*** able to automatically download and install ***"; \
- echo "*** the requested sound packages. ***"; \
+ echo "*** You must have either wget, curl, or fetch ***"; \
+ echo "*** to be able to automatically download and ***"; \
+ echo "*** install the requested sound packages. ***"; \
echo "*** ***"; \
echo "*** Please install one of these, or remove any ***"; \
echo "*** extra sound package selections in ***"; \