dracut: fix core module path

Forgot to update this file when moving the core module to the extras
subdirectory with a6694fffff.
This commit is contained in:
Josh Poimboeuf 2014-05-19 19:49:05 -05:00
parent bf4be47e62
commit 57ca8eae40

View File

@ -26,7 +26,7 @@ install() {
inst /usr/bin/dirname
# install core module
inst_any -d /usr/lib/modules/$kernel/kpatch/kpatch.ko /usr/local/lib/modules/$kernel/kpatch/kpatch.ko /usr/lib/modules/$kernel/kpatch/kpatch.ko
inst_any -d /usr/lib/modules/$kernel/extra/kpatch/kpatch.ko /usr/local/lib/modules/$kernel/extra/kpatch/kpatch.ko /usr/lib/modules/$kernel/extra/kpatch/kpatch.ko
# install patch modules
if [[ -e /var/lib/kpatch/$kernel ]]; then