From: Kevin P. Fleming Date: Tue, 12 Dec 2006 23:18:14 +0000 (+0000) Subject: when making a release, we can always use wget and we can't run the configure script... X-Git-Tag: 1.4.0-beta4~3^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c8e56895b8d3107cd8c483b501cb0a4579b16ef8;p=thirdparty%2Fasterisk.git when making a release, we can always use wget and we can't run the configure script to find that out... git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@48427 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/build_tools/prep_tarball b/build_tools/prep_tarball index 6b2354e5f7..5e78349cc4 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