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:
parent
7ef4e4c09a
commit
e1a0974313
1 changed files with 0 additions and 1 deletions
1
debian/rules
vendored
1
debian/rules
vendored
|
@ -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 \
|
||||
\( \
|
||||
|
|
Loading…
Reference in a new issue