mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-09 22:32:57 +02:00
kernel: use stow_copy_files for /lib/modules/<version>/build.
This commit is contained in:
parent
43f4caaeca
commit
184afed733
1 changed files with 6 additions and 1 deletions
|
@ -18,7 +18,12 @@ triggers="initramfs-tools"
|
||||||
nostrip=yes
|
nostrip=yes
|
||||||
noverifyrdeps=yes
|
noverifyrdeps=yes
|
||||||
preserve=yes
|
preserve=yes
|
||||||
|
if [ -n "${revision}" ]; then
|
||||||
|
_kernver="${version}_${revision}"
|
||||||
|
else
|
||||||
|
_kernver="${version}"
|
||||||
|
fi
|
||||||
|
stow_copy_files="/lib/modules/${_kernver}/build"
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency full coreutils
|
Add_dependency full coreutils
|
||||||
Add_dependency full module-init-tools
|
Add_dependency full module-init-tools
|
||||||
|
|
Loading…
Add table
Reference in a new issue