mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-23 16:05:30 -07:00
feb39743a2
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r48427 | kpfleming | 2006-12-12 17:18:14 -0600 (Tue, 12 Dec 2006) | 2 lines 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/trunk@48432 65c4cc65-6c06-0410-ace0-fbb531ad65f3
9 lines
313 B
Bash
Executable File
9 lines
313 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
# This script will be executed by the 'mkrelease' script to do any tasks
|
|
# necessary during tarball creation of this project.
|
|
#
|
|
# 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
|