diff options
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 |