summaryrefslogtreecommitdiffstats
path: root/system/spacefm/spacefm.SlackBuild
diff options
context:
space:
mode:
author Andreas Guldstrand <andreas.guldstrand@gmail.com>2018-03-31 00:25:34 +0200
committer Andreas Guldstrand <andreas.guldstrand@gmail.com>2018-03-31 00:25:34 +0200
commitab48b3596d5b2c5a09b3fe9743f97ba9145dd897 (patch)
tree3c6d3ef9dff797e147f7982d085fca5fc6bee48f /system/spacefm/spacefm.SlackBuild
parent40b28ccee885fb26619e37d6080cde3126badd7e (diff)
downloadslackbuilds-ab48b3596d5b2c5a09b3fe9743f97ba9145dd897.tar.gz
slackbuilds-ab48b3596d5b2c5a09b3fe9743f97ba9145dd897.tar.xz
system/spacefm: Updated for version 1.0.6.
Signed-off-by: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Diffstat (limited to 'system/spacefm/spacefm.SlackBuild')
-rw-r--r--system/spacefm/spacefm.SlackBuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/system/spacefm/spacefm.SlackBuild b/system/spacefm/spacefm.SlackBuild
index bd9f0bea14..c8a93b7eaa 100644
--- a/system/spacefm/spacefm.SlackBuild
+++ b/system/spacefm/spacefm.SlackBuild
@@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=spacefm
-VERSION=${VERSION:-1.0.5}
+VERSION=${VERSION:-1.0.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -72,11 +72,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-if [ -e $CWD/$VERSION.tar.gz ]; then
- tar xvf $CWD/$VERSION.tar.gz
-else
- tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-fi
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \