diff options
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 |
commit | 6bc62a8c8acf06eb9c6b4690f7736320524119a1 (patch) | |
tree | eae1e9da3040053ce63479988de77301c6f5e65a /office/broffice.org | |
parent | dcc771fa1df983fb963e9ff087b70c8428fe8409 (diff) |
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/broffice.org')
-rw-r--r-- | office/broffice.org/broffice.org.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/office/broffice.org/broffice.org.SlackBuild b/office/broffice.org/broffice.org.SlackBuild index 74c7126b32f7..ccadd1249295 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 |