Skip to content

Commit

Permalink
Remove header files (move to nvidia-kmod-common)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmittman committed Dec 5, 2020
1 parent 07177ef commit 1573ef0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dkms-nvidia.spec
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ sed -i -e 's/__VERSION_STRING/%{version}/g' kernel/dkms.conf
# Create empty tree
mkdir -p %{buildroot}%{_usrsrc}/%{dkms_name}-%{version}/
cp -fr kernel/* %{buildroot}%{_usrsrc}/%{dkms_name}-%{version}/
rm -v %{buildroot}%{_usrsrc}/%{dkms_name}-%{version}/nvidia/*.h

%post
dkms add -m %{dkms_name} -v %{version} -q || :
Expand Down

0 comments on commit 1573ef0

Please sign in to comment.