summaryrefslogtreecommitdiffstats
path: root/system/refind/refind.SlackBuild
diff options
context:
space:
mode:
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 bb4cda4abd..4d319171f8 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.13.1}
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"