diff options
author | Aleksandar Samardzic <asamardzic@gmail.com> | 2010-11-05 21:58:37 -0500 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-11-22 19:43:17 +0100 |
commit | d91b547553a4edbc0928a0c0721c0fd48c0d3909 (patch) | |
tree | 390344d32a8e95447cb0c7cc2826939ccc731df9 /desktop/enlightenment/enlightenment.SlackBuild | |
parent | 74d649a264393940b30ee8eb68329011003cdd9e (diff) | |
download | slackbuilds-d91b547553a4edbc0928a0c0721c0fd48c0d3909.tar.gz |
desktop/enlightenment: Updated for version 0.16.999.52995.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'desktop/enlightenment/enlightenment.SlackBuild')
-rw-r--r-- | desktop/enlightenment/enlightenment.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/desktop/enlightenment/enlightenment.SlackBuild b/desktop/enlightenment/enlightenment.SlackBuild index 97c418ffa5..5d1cc6950d 100644 --- a/desktop/enlightenment/enlightenment.SlackBuild +++ b/desktop/enlightenment/enlightenment.SlackBuild @@ -5,16 +5,14 @@ # Written by Aleksandar Samardzic <asamardzic@gmail.com> PRGNAM=enlightenment -VERSION=${VERSION:-0.16.999.49898} +VERSION=${VERSION:-0.16.999.52995} 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 |