From 1a46c04738664ace196c9b48b830f24b18a7c3a0 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 31 Dec 2024 04:25:27 +0000 Subject: support ./mk dependencies fedora reinstall dnf reinstall package or dnf install package for reinstall, do this: ./mk dependencies fedora41 re this is an example command the 4th argument prefixes "install" in dnf install a bit hacky but it should work Signed-off-by: Leah Rowe --- config/dependencies/fedora41 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/dependencies/fedora41') diff --git a/config/dependencies/fedora41 b/config/dependencies/fedora41 index 486674b4..0c55ee35 100755 --- a/config/dependencies/fedora41 +++ b/config/dependencies/fedora41 @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-3.0-or-later -pkg_add="dnf install" +pkg_add="dnf ${reinstall}install" pkglist=" \ acpica-tools arm-none-eabi-binutils arm-none-eabi-gcc arm-none-eabi-gcc-cs-c++ \ arm-none-eabi-gcc arm-none-eabi-newlib autogen bison bzip2 cmake curl \ -- cgit v1.2.1