modsign: do not hardcode path to keyctl

https://bugs.gentoo.org/show_bug.cgi?id=506094
master
Alexander Tsoy 2014-03-31 17:56:13 +04:00 committed by Harald Hoyer
parent 267a109a81
commit 8ca5e8c319
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ depends() {
# called by dracut
install() {
inst_dir /lib/modules/keys
inst_binary /usr/bin/keyctl
inst_binary keyctl

inst_hook pre-trigger 01 "$moddir/load-modsign-keys.sh"