diff options
Diffstat (limited to 'office/treesheets/treesheets.SlackBuild')
-rw-r--r-- | office/treesheets/treesheets.SlackBuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/office/treesheets/treesheets.SlackBuild b/office/treesheets/treesheets.SlackBuild index eb5a3e8d3e..f1677db5da 100644 --- a/office/treesheets/treesheets.SlackBuild +++ b/office/treesheets/treesheets.SlackBuild @@ -7,7 +7,7 @@ # license: WTFPL <http://sam.zoy.org/wtfpl/COPYING> PRGNAM=treesheets -VERSION=${VERSION:-131026} +VERSION=${VERSION:-150616} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -24,7 +24,11 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -TARBALL="${PRGNAM}_linux.tar.gz" # Name of 32bit tarball +if [ "$ARCH" = 'x86_64' ]; then + TARBALL="${PRGNAM}_linux64.tar.gz" +else + TARBALL="${PRGNAM}_linux.tar.gz" +fi TARBALL_ROOT="TS" # Name of tarballs root directory set -eu |