From 32d3b293de54dc1f081f6ceb2ed2e310ec4d3ede Mon Sep 17 00:00:00 2001 From: Benjamin Sherman Date: Sat, 26 Oct 2024 22:29:15 -0500 Subject: [PATCH] feat: enable xpadneo for F41 (#260) --- build-kmod-xpadneo.sh | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/build-kmod-xpadneo.sh b/build-kmod-xpadneo.sh index 3ad92275..549e58ea 100755 --- a/build-kmod-xpadneo.sh +++ b/build-kmod-xpadneo.sh @@ -1,6 +1,6 @@ #!/bin/sh -set -oux pipefail +set -oeux pipefail ARCH="$(rpm -E '%_arch')" @@ -9,15 +9,6 @@ RELEASE="$(rpm -E '%fedora')" cp /tmp/ublue-os-akmods-addons/rpmbuild/SOURCES/negativo17-fedora-multimedia.repo /etc/yum.repos.d/ -if [[ "${FEDORA_MAJOR_VERSION}" -ge 41 ]]; then - if dnf search akmod-xpadneo|grep -qv "akmod-xpadneo"; then - echo "Skipping build of xpadneo; net yet provided by negativo17" - exit 0 - fi -fi - -set -e pipefail - ### BUILD xpadneo (succeed or fail-fast with debug output) dnf install -y \ akmod-xpadneo-*.fc${RELEASE}.${ARCH}