diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2011-09-27 22:35:12 -0500 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-09-29 19:02:31 -0300 |
commit | 58d4d10951b760a7c72409cf28eff7739452b77e (patch) | |
tree | 74b17276abd3d45703eb3897e983b7cda9c43633 /libraries/libotf/libotf.SlackBuild | |
parent | b1070d4e4a01e93f61fdf1fe4a0c48a75b2e851a (diff) | |
download | slackbuilds-58d4d10951b760a7c72409cf28eff7739452b77e.tar.gz |
libraries/libotf: Updated for version 0.9.12.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/libotf/libotf.SlackBuild')
-rw-r--r-- | libraries/libotf/libotf.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libraries/libotf/libotf.SlackBuild b/libraries/libotf/libotf.SlackBuild index 45d4332194..cf0e3ae978 100644 --- a/libraries/libotf/libotf.SlackBuild +++ b/libraries/libotf/libotf.SlackBuild @@ -5,16 +5,14 @@ # Written by Larry Hajali <larryhaja[at]gmail[dot]com> PRGNAM=libotf -VERSION=0.9.11 +VERSION=0.9.12 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi |