diff options
author | Zhu Qun-Ying <zhu.qunying@gmail.com> | 2017-03-27 23:33:51 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-01 06:56:59 +0700 |
commit | 2b746a25e477f6952d8de64a6ba441bc467b6ee6 (patch) | |
tree | 668ec69848559b0588b11a28e3c813718d63ccf8 /system/refind/refind.SlackBuild | |
parent | f0d086ce97e631760c256adcd4bf6e83c2bcee6b (diff) | |
download | slackbuilds-2b746a25e477f6952d8de64a6ba441bc467b6ee6.tar.gz |
system/refind: Updated for version 0.10.5.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/refind/refind.SlackBuild')
-rw-r--r-- | system/refind/refind.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/refind/refind.SlackBuild b/system/refind/refind.SlackBuild index 426ff41f64..2cc5a99184 100644 --- a/system/refind/refind.SlackBuild +++ b/system/refind/refind.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=refind -VERSION=${VERSION:-0.10.4} +VERSION=${VERSION:-0.10.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -66,7 +66,7 @@ cp mkrlconf mvrefind mountesp $PKG/usr/sbin cp -a docs/* *.txt $PKG/usr/doc/$PRGNAM-$VERSION # remove unnecessary package -if [ "$ARCH" == "x86_64" ]; then +if [ "$ARCH" = "x86_64" ]; then rm -rf $REFIND_SHARE_DIR/refind/drivers_ia32 \ $REFIND_SHARE_DIR/refind/tools_ia32 \ $REFIND_SHARE_DIR/refind/refind_ia32.efi |