diff options
| author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-10-29 12:11:41 -0400 | 
|---|---|---|
| committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-10-29 12:11:41 -0400 | 
| commit | 2ee9d84f6d311537412098a2fd0d09bbecc5e7ce (patch) | |
| tree | f2b066999f50093cb7a6cfe0a9e3c27d684dcdd7 | |
| parent | 2bd690dffb3ee0d3f823025a2dd4fee06241042d (diff) | |
SH-395 FIX linux opensource mesh viewer is broken on teamcity
Fixed the pcre autobuild scripts to include the resulting library files
and put them in the correct place. I think this should fix the build.
| -rw-r--r-- | install.xml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/install.xml b/install.xml index 80bf4af292..8aa8c3baab 100644 --- a/install.xml +++ b/install.xml @@ -1411,9 +1411,9 @@ anguage Infrstructure (CLI) international standard</string>            <key>linux</key>            <map>              <key>md5sum</key> -            <string>9d71b7a6f94ab57e658f09012c1d2d92</string> +            <string>86195b0680604fe86cfbbfb921c31dff</string>              <key>url</key> -            <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/pcre-7.6-linux-20101028.tar.bz2</uri> +            <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/pcre-7.6-linux-20101029.tar.bz2</uri>            </map>          </map>        </map> | 
