summaryrefslogtreecommitdiffstats
path: root/desktop/enlightenment/enlightenment.SlackBuild
diff options
context:
space:
mode:
author Erik Falor2018-03-22 12:09:13 +0100
committer David Spencer2018-03-22 12:09:13 +0100
commite841309ac64fa5352342cbecf896f6b4599476bb (patch)
treea299f249427d0455bc306eac04694f7b30b0dcff /desktop/enlightenment/enlightenment.SlackBuild
parent7a49bdfb24366d7da289e25a50fb632429413fe6 (diff)
downloadslackbuilds-e841309ac64fa5352342cbecf896f6b4599476bb.tar.gz
desktop/enlightenment: Updated for version 0.22.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop/enlightenment/enlightenment.SlackBuild')
-rw-r--r--desktop/enlightenment/enlightenment.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/enlightenment/enlightenment.SlackBuild b/desktop/enlightenment/enlightenment.SlackBuild
index 1d659570a6..b4eb05d221 100644
--- a/desktop/enlightenment/enlightenment.SlackBuild
+++ b/desktop/enlightenment/enlightenment.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# Slackware build script for Enlightenment
-# Copyright 2017 Erik Falor <ewfalor@gmail.com>, Logan, Utah, USA
+# Copyright 2018 Erik Falor <ewfalor@gmail.com>, Logan, Utah, USA
# All rights reserved.
# Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org
# Originally by Aleksandar Samardzic <asamardzic@gmail.com>
@@ -24,7 +24,7 @@
# <http://www.gnu.org/licenses/>.
PRGNAM=enlightenment
-VERSION=${VERSION:-0.22.1}
+VERSION=${VERSION:-0.22.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -63,7 +63,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$SRC_VERSION
-tar xvf $CWD/$PRGNAM-$SRC_VERSION.tar.xz
+tar xvf $CWD/$PRGNAM-$SRC_VERSION.tar.?z*
cd $PRGNAM-$SRC_VERSION
chown -R root:root .
find -L . \