aboutsummaryrefslogtreecommitdiff
path: root/system/refind/refind.SlackBuild
diff options
context:
space:
mode:
authorZhu Qun-Ying <zhu.qunying@gmail.com>2020-03-03 14:47:33 -0800
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2020-03-05 00:11:41 +0700
commitaba5b48decadbd88cef8e7528082129c76b99345 (patch)
tree0ebccb0d36fe147e95a9077ba7b327a5337d036c /system/refind/refind.SlackBuild
parent0be4ea84fb308e142e48af74e0b3ce67682189d8 (diff)
system/refind: Updated for version 0.11.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/refind/refind.SlackBuild')
-rw-r--r--system/refind/refind.SlackBuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/system/refind/refind.SlackBuild b/system/refind/refind.SlackBuild
index bb4cda4abd692..35273bdec11fb 100644
--- a/system/refind/refind.SlackBuild
+++ b/system/refind/refind.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for refind
-# Copyright 2014-2018 Zhu Qun-Ying
+# Copyright 2014-2020 Zhu Qun-Ying
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=refind
-VERSION=${VERSION:-0.11.4}
+VERSION=${VERSION:-0.11.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -65,6 +65,10 @@ cp -ra keys refind refind-install refind-mkdefault fonts banners $REFIND_SHARE_D
cp mkrlconf mvrefind mountesp $PKG/usr/sbin
cp -a docs/* *.txt $PKG/usr/doc/$PRGNAM-$VERSION
+(cd $PKG/usr/sbin
+ ln -sf /usr/share/refind-$VERSION/refind-install
+ ln -sf /usr/share/refind-$VERSION/refind-mkdefault)
+
AA64_PKG="$REFIND_SHARE_DIR/refind/drivers_aa64 \
$REFIND_SHARE_DIR/refind/tools_aa64 \
$REFIND_SHARE_DIR/refind/refind_aa64.efi"