Skip to content

Commit

Permalink
chore: enable xpadneo and evdi builds
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 authored Oct 21, 2024
1 parent 3516e7b commit 107e142
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-kmod-evdi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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 [[ "${FEDORA_MAJOR_VERSION}" -ge 42 ]]; then
if dnf search displaylink | grep -qv "displaylink"; then
echo "Skipping build of evdi; displaylink net yet provided by negativo17"
exit 0
Expand Down
2 changes: 1 addition & 1 deletion build-kmod-xpadneo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ 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 [[ "${FEDORA_MAJOR_VERSION}" -ge 42 ]]; then
if dnf search akmod-xpadneo|grep -qv "akmod-xpadneo"; then
echo "Skipping build of xpadneo; net yet provided by negativo17"
exit 0
Expand Down

0 comments on commit 107e142

Please sign in to comment.