diff options
author | Zhu Qun-Ying <zhu.qunying@gmail.com> | 2023-05-15 10:52:47 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-15 10:52:47 +0700 |
commit | 504b0749bd46e9695a984a989f68578492dfb696 (patch) | |
tree | c6e5e5f610ebef89a4a89435f7ceb882c3fd8b7b /system/rEFInd/rEFInd.SlackBuild | |
parent | 3b7d4bb14ebe2484973deaf14c964fc9cb4edb15 (diff) |
system/rEFInd: Updated for version 0.14.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/rEFInd/rEFInd.SlackBuild')
-rw-r--r-- | system/rEFInd/rEFInd.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/system/rEFInd/rEFInd.SlackBuild b/system/rEFInd/rEFInd.SlackBuild index bf7eaf457e..e9f1743a2f 100644 --- a/system/rEFInd/rEFInd.SlackBuild +++ b/system/rEFInd/rEFInd.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for refind -# Copyright 2020 Zhu Qun-Ying All rights reserved. +# Copyright 2020-2023 Zhu Qun-Ying All rights reserved. # # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=rEFInd SRCNAME=refind -VERSION=${VERSION:-0.13.3.1} +VERSION=${VERSION:-0.14.0.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -73,8 +73,6 @@ else fi sed -i '/^EFICRT0/ s/$/\/gnuefi/' Make.common -sed -i 's|no-strict-aliasing|no-strict-aliasing -fno-tree-loop-distribute-patterns|' Make.common - make -j1 all_gnuefi REFIND_SHARE_DIR=$PKG/usr/share/$PRGNAM-$VERSION mkdir -p $PKG/usr/sbin |