diff options
| -rwxr-xr-x | autobuild.xml | 4 | ||||
| -rwxr-xr-x | build.sh | 4 | 
2 files changed, 4 insertions, 4 deletions
| diff --git a/autobuild.xml b/autobuild.xml index f0d2d04c67..331e3d8cec 100755 --- a/autobuild.xml +++ b/autobuild.xml @@ -1290,9 +1290,9 @@              <key>archive</key>              <map>                <key>hash</key> -              <string>495feeabaaa38a96e8cc3d3d42c0e124</string> +              <string>55e009de4f87023a57e0a04a19f8a25b</string>                <key>url</key> -              <string>http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/llappearanceutility-source/rev/277105/arch/Linux/installer/llappearanceutility_source-0.1-linux-20130606.tar.bz2</string> +              <string>http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/llappearanceutility-source/rev/277110/arch/Linux/installer/llappearanceutility_source-0.1-linux-20130606.tar.bz2</string>              </map>              <key>name</key>              <string>linux</string> @@ -275,10 +275,10 @@ then      if $build_viewer_deb && [ "$last_built_variant" == "Release" ]      then        begin_section "Build Viewer Debian Package" -      local have_private_repo=false +      have_private_repo=false        # Get the current version.  -      local current_version=`dpkg-parsechangelog | grep ^Version | awk '{ print $2 }'` +      current_version=`dpkg-parsechangelog | grep ^Version | awk '{ print $2 }'`        # mangle the changelog        dch --force-bad-version \ | 
