summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2017-03-21 15:12:37 -0400
committer David Spencer <idlemoor@slackbuilds.org>2017-03-25 13:29:12 +0000
commit6bc62a8c8acf06eb9c6b4690f7736320524119a1 (patch)
treeeae1e9da3040053ce63479988de77301c6f5e65a /office
parentdcc771fa1df983fb963e9ff087b70c8428fe8409 (diff)
downloadslackbuilds-6bc62a8c8acf06eb9c6b4690f7736320524119a1.tar.gz
slackbuilds-6bc62a8c8acf06eb9c6b4690f7736320524119a1.tar.xz
office/broffice.org: Allow VERSION override, i486=>i586.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r--office/broffice.org/broffice.org.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/office/broffice.org/broffice.org.SlackBuild b/office/broffice.org/broffice.org.SlackBuild
index 74c7126b32..ccadd12492 100644
--- a/office/broffice.org/broffice.org.SlackBuild
+++ b/office/broffice.org/broffice.org.SlackBuild
@@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=broffice.org
-VERSION=3.2.1
+VERSION=${VERSION:-3.2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac