summaryrefslogtreecommitdiff
path: root/config/dependencies
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
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')
-rwxr-xr-xconfig/dependencies/fedora382
-rwxr-xr-xconfig/dependencies/fedora402
-rwxr-xr-xconfig/dependencies/fedora412
3 files changed, 3 insertions, 3 deletions
diff --git a/config/dependencies/fedora38 b/config/dependencies/fedora38
index 8af77879..a34bbbf0 100755
--- a/config/dependencies/fedora38
+++ b/config/dependencies/fedora38
@@ -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 arm-none-eabi-newlib autogen bison bzip2 cmake curl \
diff --git a/config/dependencies/fedora40 b/config/dependencies/fedora40
index fa99b6fa..3ca84aa0 100755
--- a/config/dependencies/fedora40
+++ b/config/dependencies/fedora40
@@ -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 arm-none-eabi-newlib autogen bison bzip2 cmake curl \
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 \