summaryrefslogtreecommitdiffstats
path: root/system/guefi/guefi.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2022-05-23 21:25:06 +0200
committer Matteo Bernardini2022-05-23 21:25:06 +0200
commitcff3ac68f570ca8308f6acb402f548ac15d9ffd7 (patch)
tree494b2996fcbf9e63b1d659d3e1b3060e6b4cf7f0 /system/guefi/guefi.SlackBuild
parent0db223d45319fcfa90aee19b3f1cc44b9873324f (diff)
downloadslackbuilds-cff3ac68f570ca8308f6acb402f548ac15d9ffd7.tar.gz
system/guefi: Updated for version 0.2.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/guefi/guefi.SlackBuild')
-rw-r--r--system/guefi/guefi.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/guefi/guefi.SlackBuild b/system/guefi/guefi.SlackBuild
index 33e53c2bfa..5f48e037a2 100644
--- a/system/guefi/guefi.SlackBuild
+++ b/system/guefi/guefi.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for guefi
-# Copyright 2017 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
+# Copyright 2017-2022 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=guefi
-VERSION=${VERSION:-0.1.3}
+VERSION=${VERSION:-0.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -72,7 +72,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \