summaryrefslogtreecommitdiff
path: root/scripts/release-common.sh
diff options
context:
space:
mode:
authorBrad Pitcher <bradpitcher@gmail.com>2012-06-19 15:39:06 (GMT)
committerBrad Pitcher <bradpitcher@gmail.com>2012-06-19 15:39:06 (GMT)
commitf97f09ab0e960e8636493b5fbbe39b819e60025c (patch)
tree6753a60447da1c6c3411e6ee4fdd97d35e273d86 /scripts/release-common.sh
parent9698d1d2fbe6b19573a0e483a6411a8ebd0f6947 (diff)
name the file with the correct architecture
Diffstat (limited to 'scripts/release-common.sh')
-rwxr-xr-xscripts/release-common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/release-common.sh b/scripts/release-common.sh
index 80c9795..94a8634 100755
--- a/scripts/release-common.sh
+++ b/scripts/release-common.sh
@@ -186,6 +186,6 @@ case $OS in
strip openscad-$VERSION/lib/openscad/*
cp scripts/installer-linux.sh openscad-$VERSION/install.sh
chmod 755 -R openscad-$VERSION/
- tar cz openscad-$VERSION > openscad-$VERSION.x86-64.tar.gz
+ tar cz openscad-$VERSION > openscad-$VERSION.x86-$ARCH.tar.gz
;;
esac
contact: Jan Huwald // Impressum