aboutsummaryrefslogtreecommitdiff
path: root/trusty-amd64-tcwg/build.sh
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2016-06-27 15:01:35 +0100
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2016-06-27 15:14:40 +0100
commit3006d00be0c917a77d8746c28eb9d4cb2591b6dc (patch)
tree4c8d10f53c5987be67e37d6fbed4347b9ed0932d /trusty-amd64-tcwg/build.sh
parent831cb32dd697836d4d2a1d464189a95c172cb26d (diff)
Remove LSB from TCWG images
TCWG decided to not use LSB in the toolchain builds. Change-Id: I06a3e4b0a88fb2cb85e477e41f0462eec0517379
Diffstat (limited to 'trusty-amd64-tcwg/build.sh')
-rwxr-xr-xtrusty-amd64-tcwg/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/trusty-amd64-tcwg/build.sh b/trusty-amd64-tcwg/build.sh
index ac898e5..7c5ae0c 100755
--- a/trusty-amd64-tcwg/build.sh
+++ b/trusty-amd64-tcwg/build.sh
@@ -13,7 +13,7 @@ export LANG=C
DISTRIBUTION=$(basename ${PWD} | cut -f1 -d '-')
-cp -a ../linaro-*.list ../linaro-*.key ../lsb-*.list ../lsb-*.key .
+cp -a ../linaro-*.list ../linaro-*.key .
sed -e "s|@DISTRIBUTION@|${DISTRIBUTION}|" -i *.list
docker build --tag=linaro/$(basename ${PWD}) .