From c072e1af8fef5babf0e67610262f02cd474402a9 Mon Sep 17 00:00:00 2001 From: madomado Date: Mon, 6 May 2024 20:54:49 +0800 Subject: [PATCH] fix: limine (#1212) Signed-off-by: madomado --- anda/system/limine/limine.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/anda/system/limine/limine.spec b/anda/system/limine/limine.spec index 2d930b70ed..95606bb685 100644 --- a/anda/system/limine/limine.spec +++ b/anda/system/limine/limine.spec @@ -5,6 +5,7 @@ Summary: Modern, advanced, portable, multiprotocol bootloader License: BSD-2-Clause URL: https://limine-bootloader.org Source0: https://github.com/limine-bootloader/limine/releases/download/v%version/limine-%version.tar.gz +Source1: https://raw.githubusercontent.com/limine-bootloader/limine/v%version/README.md BuildRequires: nasm mtools llvm lld clang make %description @@ -13,6 +14,7 @@ the reference implementation for the Limine boot protocol. %prep %autosetup +cp %SOURCE1 . %build %configure --enable-all TOOLCHAIN_FOR_TARGET=llvm @@ -22,7 +24,7 @@ the reference implementation for the Limine boot protocol. %make_install %files -%doc README.md CONFIG.md PHILOSOPHY.md PROTOCOL.md COPYING +%doc README.md CONFIG.md PHILOSOPHY.md PROTOCOL.md COPYING USAGE.md %license COPYING %_bindir/limine %_includedir/limine.h