Include documentation scripts in header package

This change adds the documentation scripts located in Documentation of
the Linux source root to the header package, as they are necessary for
some modules to build.
This commit is contained in:
Fabian Mastenbroek 2021-05-03 10:25:11 +02:00
parent 7ef4e4c09a
commit e1a0974313
No known key found for this signature in database
GPG key ID: 405FC6F81F0A7B85

1
debian/rules vendored
View file

@ -173,7 +173,6 @@ debian/${PVE_HEADER_PKG}.%: debian/templates/pve-headers.%.in
cd ${KERNEL_SRC}; \
find . -path './debian/*' -prune \
-o -path './include/*' -prune \
-o -path './Documentation' -prune \
-o -path './scripts' -prune \
-o -type f \
\( \