mirror of
https://github.com/dynup/kpatch
synced 2025-02-18 10:46:55 +00:00
fix bad Module.symvers path
Signed-off-by: Seth Jennings <sjenning@redhat.com>
This commit is contained in:
parent
1cfe29213a
commit
191e389b43
@ -94,7 +94,7 @@ find_dirs() {
|
|||||||
# installation path
|
# installation path
|
||||||
TOOLSDIR="$(readlink -f $SCRIPTDIR/../libexec/kpatch)"
|
TOOLSDIR="$(readlink -f $SCRIPTDIR/../libexec/kpatch)"
|
||||||
DATADIR="$(readlink -f $SCRIPTDIR/../share/kpatch)"
|
DATADIR="$(readlink -f $SCRIPTDIR/../share/kpatch)"
|
||||||
SYMVERSFILE="$(readlink -f $SCRIPTDIR/../lib/modules/$(uname -r)/extra/kpatch/Module.symvers)"
|
SYMVERSFILE="$(readlink -f $SCRIPTDIR/../lib/kpatch/$(uname -r)/Module.symvers)"
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user