Skip to content

Commit

Permalink
chore: Remove unneeded repo call in xone
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo authored May 28, 2024
1 parent 0ad229f commit fdbb71f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions akmods/xone/xone-kmod.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Source: %{url}/archive/refs/heads/master.tar.gz
BuildRequires: kmodtool

# kmodtool does its magic here
%{expand:%(kmodtool --target %{_target_cpu} --repo negativo17.org --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) }
%{expand:%(kmodtool --target %{_target_cpu} --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) }

%description
Linux kernel driver for Xbox One and Xbox Series X|S accessories.
Expand All @@ -25,7 +25,7 @@ Linux kernel driver for Xbox One and Xbox Series X|S accessories.
# Error out if there was something wrong with kmodtool:
%{?kmodtool_check}
# Print kmodtool output for debugging purposes:
kmodtool --target %{_target_cpu} --repo negativo17.org --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null
kmodtool --target %{_target_cpu} --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null

%autosetup -p1 -n xonedo-master

Expand Down

0 comments on commit fdbb71f

Please sign in to comment.