From: Kevin P. Fleming Date: Sun, 17 Dec 2006 18:33:53 +0000 (+0000) Subject: Merged revisions 48548 via svnmerge from X-Git-Tag: 1.6.0-beta1~3^2~3706 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4d172c9b2f2d71b219f4a6fd8ee3ecbb4e36d74;p=thirdparty%2Fasterisk.git Merged revisions 48548 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r48548 | kpfleming | 2006-12-17 12:33:24 -0600 (Sun, 17 Dec 2006) | 2 lines need an additional argument here to make the downloads actually occur ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48549 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/build_tools/prep_tarball b/build_tools/prep_tarball index 5e78349cc4..c2adefc11d 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 WGET=wget +make -C sounds all MENUSELECT_CORE_SOUNDS=CORE-SOUNDS-EN-GSM MENUSELECT_MOH=MOH-FREEPLAY-WAV WGET=wget DOWNLOAD=wget