diff options
author | ponce <matteo.bernardini@gmail.com> | 2011-12-27 01:41:24 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-12-27 10:15:25 -0600 |
commit | 2d042b40632ee0b9b681bc3cd2141d922f5139c3 (patch) | |
tree | 375a8fb679992fc09dfae8f72eb84d6c3c21b649 /system/lxinput/lxinput.SlackBuild | |
parent | 9d84dcebeb1c23f2c48096392b4c43ef7b41cfb7 (diff) | |
download | slackbuilds-2d042b40632ee0b9b681bc3cd2141d922f5139c3.tar.gz |
system/lxinput: Updated for version 0.3.1
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'system/lxinput/lxinput.SlackBuild')
-rw-r--r-- | system/lxinput/lxinput.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/system/lxinput/lxinput.SlackBuild b/system/lxinput/lxinput.SlackBuild index 3e778452a5..d43a14a7ac 100644 --- a/system/lxinput/lxinput.SlackBuild +++ b/system/lxinput/lxinput.SlackBuild @@ -7,16 +7,14 @@ # generated by Grissiom's sbo-dev-helper PRGNAM=lxinput -VERSION=${VERSION:-0.3.0} +VERSION=${VERSION:-0.3.1} 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 @@ -55,7 +53,7 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# sh autogen.sh +sh autogen.sh || true CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ |