aboutsummaryrefslogtreecommitdiffstats
path: root/build_tools/prep_tarball
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-12 23:18:14 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-12 23:18:14 +0000
commit5dac894ac0c571a94b973e6685288e01cc49bb93 (patch)
treeef611d8b1b82ed57382f4824a4391d76dd469f5c /build_tools/prep_tarball
parentb7beeec6810eb3c513cc1ed73f8ed3c5e8ee2e07 (diff)
when making a release, we can always use wget and we can't run the configure script to find that out...
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48427 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'build_tools/prep_tarball')
-rwxr-xr-xbuild_tools/prep_tarball2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_tools/prep_tarball b/build_tools/prep_tarball
index 6b2354e5f..5e78349cc 100755
--- a/build_tools/prep_tarball
+++ b/build_tools/prep_tarball
@@ -5,4 +5,4 @@
#
# It will be executed from the top-level directory of the project.
-make -C sounds all MENUSELECT_CORE_SOUNDS=CORE-SOUNDS-EN-GSM MENUSELECT_MOH=MOH-FREEPLAY-WAV
+make -C sounds all MENUSELECT_CORE_SOUNDS=CORE-SOUNDS-EN-GSM MENUSELECT_MOH=MOH-FREEPLAY-WAV WGET=wget