diff options
author | Simão Gomes Viana | 2023-05-24 22:35:02 +0200 |
---|---|---|
committer | Simão Gomes Viana | 2023-05-24 22:35:02 +0200 |
commit | 7db0091081769c0cf8c228fe7d5d40532e49d5a5 (patch) | |
tree | 6e4ed0e038c204104e8c115a3df70ea866b38d41 | |
parent | c31b1ddd1e70290e5bb62611469913cd966bb798 (diff) | |
download | aur-7db0091081769c0cf8c228fe7d5d40532e49d5a5.tar.gz |
Copy generated files (try to fix #3 in GH issues)
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -230,6 +230,8 @@ _package-headers() { mkdir -p "${pkgdir}/usr/lib/modules/${_kernver}/build/include/linux" cp include/linux/inotify.h "${pkgdir}/usr/lib/modules/${_kernver}/build/include/linux/" + cp -R include/generated "${pkgdir}/usr/lib/modules/${_kernver}/build/include/generated" + # add wireless headers mkdir -p "${pkgdir}/usr/lib/modules/${_kernver}/build/net/mac80211/" cp net/mac80211/*.h "${pkgdir}/usr/lib/modules/${_kernver}/build/net/mac80211/" |