summaryrefslogtreecommitdiff
path: root/config/dependencies/fedora41
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-12-31 04:25:27 +0000
committerLeah Rowe <leah@libreboot.org>2024-12-31 04:25:27 +0000
commit1a46c04738664ace196c9b48b830f24b18a7c3a0 (patch)
tree1a0b1f7567e3c1016ea6ddf4893f124b38e96848 /config/dependencies/fedora41
parentd58d63569f1083d5a6d179517d7a7d4447d0c564 (diff)
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 <leah@libreboot.org>
Diffstat (limited to 'config/dependencies/fedora41')
-rwxr-xr-xconfig/dependencies/fedora412
1 files changed, 1 insertions, 1 deletions
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 \