9.1 #1

Merged
cromer merged 46 commits from 9.1 into master 2020-06-02 00:45:19 -04:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 9965429fe1 - Show all commits

View File

@ -18,11 +18,11 @@ The Linux API Headers expose the kernel's API for use by Glibc.
%build
make mrproper
%install
cd %{_builddir}/linux-%{version}
make headers
find usr/include -name '.*' -delete
rm usr/include/Makefile
cp -rv usr/include/* %{buildroot}%{_includedir}
install -vdm 755 %{buildroot}/%{_includedir}
cp -rv usr/include/* %{buildroot}/%{_includedir}
#-----------------------------------------------------------------------------
# Copy license/copying file
install -D -m644 COPYING %{buildroot}/usr/share/licenses/%{name}/LICENSE