diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-04-27 20:30:59 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-29 17:20:33 +0700 |
commit | dedbb45d13551a8655e659e0593d9b1e146d50fc (patch) | |
tree | 97cb5559ccebb3a010f6defc4cb6a97c7c29db47 /system/vhba-module/doinst.sh | |
parent | 236f45448a4e3efdb6f9d499dbfc0fdf7f43d878 (diff) |
system/vhba-module: Allow building with custom kernel versions
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/vhba-module/doinst.sh')
-rw-r--r-- | system/vhba-module/doinst.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/system/vhba-module/doinst.sh b/system/vhba-module/doinst.sh index f61efdf685..766ff48186 100644 --- a/system/vhba-module/doinst.sh +++ b/system/vhba-module/doinst.sh @@ -1,2 +1 @@ -chroot . /sbin/depmod -a - +chroot . /sbin/depmod -a @KERNEL@ |