From d9ebe01c7ce572651b051531cd168ce73e6c0dc9 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Tue, 17 Oct 2006 22:32:19 +0000 Subject: [PATCH] Merged revisions 45410 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r45410 | kpfleming | 2006-10-17 17:31:54 -0500 (Tue, 17 Oct 2006) | 2 lines add a project-specific script to be used during release preparation ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@45411 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- build_tools/prep_tarball | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 build_tools/prep_tarball diff --git a/build_tools/prep_tarball b/build_tools/prep_tarball new file mode 100755 index 0000000000..6b2354e5f7 --- /dev/null +++ b/build_tools/prep_tarball @@ -0,0 +1,8 @@ +#!/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 -- 2.47.2