Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'production/build-functions.shsource')
-rwxr-xr-xproduction/build-functions.shsource2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/build-functions.shsource b/production/build-functions.shsource
index 52c8bdd5e..3f86e8fd0 100755
--- a/production/build-functions.shsource
+++ b/production/build-functions.shsource
@@ -740,7 +740,7 @@ fn-gather-sdk ()
if [[ -d "$TARBALL_DIR" ]]
then
pushd "$TARBALL_DIR"
- cp eclipse-platform-sources-${BUILD_ID}.tar.bz2 "$BUILD_DIR"/eclipse-platform-sources-${BUILD_ID}.tar.bz2
+ cp eclipse-platform-sources-${BUILD_ID}.tar.xz "$BUILD_DIR"/eclipse-platform-sources-${BUILD_ID}.tar.xz
popd
else
echo " ERROR: $TARBALL_DIR did not exist in fn-gather-sdks"

Back to the top