aboutsummaryrefslogtreecommitdiffstats
path: root/build_tools
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-24 04:10:41 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-24 04:10:41 +0000
commitef503e8f66393e2347f1d66fc135abba378b6b9a (patch)
tree4b8d929c07f2e4c38580c5de31c9d121845d387a /build_tools
parent00bdf96fdec206e6154056f57324a21542074af0 (diff)
set the menu name when building makeopts.xml
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35789 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'build_tools')
-rwxr-xr-xbuild_tools/prep_moduledeps2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_tools/prep_moduledeps b/build_tools/prep_moduledeps
index f15827882..ca1ae9a78 100755
--- a/build_tools/prep_moduledeps
+++ b/build_tools/prep_moduledeps
@@ -52,7 +52,7 @@ process_dir() {
echo "<?xml version="1.0"?>"
echo
-echo "<menu>"
+echo "<menu name=\"Asterisk Module Selection\">"
rm -f .makeoptstmp
process_dir apps app APPS Applications
process_dir cdr cdr CDR "Call Detail Recording"