diff options
author | Zhu Qun-Ying <zhu.qunying@gmail.com> | 2020-03-03 14:54:14 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-03-05 00:07:33 +0700 |
commit | 0be4ea84fb308e142e48af74e0b3ce67682189d8 (patch) | |
tree | cb42173490adcfe3cb3ef218cf3da9c2b6b80c02 /system/rEFInd/rEFInd.SlackBuild | |
parent | 2345154a60a7a6f47e7226e5e7b990f4e220f86c (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.SlackBuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/system/rEFInd/rEFInd.SlackBuild b/system/rEFInd/rEFInd.SlackBuild index 4fc3ad577fa8..46a3515c188d 100644 --- a/system/rEFInd/rEFInd.SlackBuild +++ b/system/rEFInd/rEFInd.SlackBuild @@ -23,7 +23,7 @@ PRGNAM=rEFInd SRCNAME=refind -VERSION=${VERSION:-0.11.4} +VERSION=${VERSION:-0.11.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -82,6 +82,10 @@ mkdir $REFIND_SHARE_DIR/refind/tools_$REFIND_SUFFIX cp ./gptsync/*.efi $REFIND_SHARE_DIR/refind/tools_$REFIND_SUFFIX cp mkrlconf mvrefind mountesp $PKG/usr/sbin +(cd $PKG/usr/sbin + ln -sf /usr/share/$PRGNAM-$VERSION/refind-mkdefault + ln -sf /usr/share/$PRGNAM-$VERSION/refind-install +) cp -a docs/* *.txt $PKG/usr/doc/$PRGNAM-$VERSION # include a slackware banner made by me, including the svg version |