summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2016-03-09 13:20:32 -0500
committerOz Linden <oz@lindenlab.com>2016-03-09 13:20:32 -0500
commit79e09fa942e5dca8ed277f2235a7ec12654c94dc (patch)
tree6f57038b5773658e7c7c6861cbf8cb53ad6248bb /build.sh
parent910edc7bebe33f9d19cc0968883944dc8c7d9ba7 (diff)
big hammer hack to get past additional packaging problem for Linux
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 90288feed7..0f3091fb17 100755
--- a/build.sh
+++ b/build.sh
@@ -206,6 +206,13 @@ fi
# load autobuild provided shell functions and variables
eval "$("$autobuild" source_environment)"
+if [ "$arch" = "Linux" ]
+then
+ ## something about the additional_packages mechanism messes up buildscripts results.py
+ ## since we don't care about those packages on Linux, just zero it out, yes - a HACK
+ export additional_packages=""
+fi
+
# dump environment variables for debugging
begin_section "Environment"
env|sort