diff options
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 bf7eaf457e8e1..e9f1743a2fd58 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 |