mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
9 lines
303 B
Plaintext
9 lines
303 B
Plaintext
![]() |
#!/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
|