[svn-commits] lmadsen: branch 1.8 r343791 - /branches/1.8/build_tools/prep_tarball
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Tue Nov 8 07:26:06 CST 2011
Author: lmadsen
Date: Tue Nov 8 07:26:03 2011
New Revision: 343791
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=343791
Log:
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.
Modified:
branches/1.8/build_tools/prep_tarball
Modified: branches/1.8/build_tools/prep_tarball
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/build_tools/prep_tarball?view=diff&rev=343791&r1=343790&r2=343791
==============================================================================
--- branches/1.8/build_tools/prep_tarball (original)
+++ branches/1.8/build_tools/prep_tarball Tue Nov 8 07:26:03 2011
@@ -24,6 +24,6 @@
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!"
More information about the svn-commits
mailing list