summaryrefslogtreecommitdiff
path: root/build_tools/prep_tarball
diff options
context:
space:
mode:
authorLeif Madsen <leif@leifmadsen.com>2011-11-08 13:23:27 +0000
committerLeif Madsen <leif@leifmadsen.com>2011-11-08 13:23:27 +0000
commita46f6d142c34c957df541f01afb527355e57faaf (patch)
tree9309233d0d064442b05f52ce5b1a348119c453cb /build_tools/prep_tarball
parent5249a147b888be1d4fcfc6e5f90e29efe7cb4b49 (diff)
Fix boo-boo in prep_tarball script.
A hardcoded a branch number was in the prep_tarball which could not work. Changed it to the variable. ........ Merged revisions 343789 from http://svn.asterisk.org/svn/asterisk/branches/10 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@343790 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'build_tools/prep_tarball')
-rwxr-xr-xbuild_tools/prep_tarball2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_tools/prep_tarball b/build_tools/prep_tarball
index 696f195f4..777009a0b 100755
--- a/build_tools/prep_tarball
+++ b/build_tools/prep_tarball
@@ -24,6 +24,6 @@ wget https://wiki.asterisk.org/wiki/download/attachments/19005471/Asterisk-Admin
echo "Extracting HTML Admin Guide"
unzip Asterisk-Admin-Guide-$branch.html.zip
mv AST/ Asterisk-Admin-Guide/
-mv Asterisk-Admin-Guide-1.8.pdf Asterisk-Admin-Guide.pdf
+mv Asterisk-Admin-Guide-$branch.pdf Asterisk-Admin-Guide.pdf
rm -f Asterisk-Admin-Guide-$branch.html.zip
echo "Documentation downloaded. Goodbye!"