mirror of
https://github.com/dynup/kpatch
synced 2025-05-03 16:37:56 +00:00
Merge pull request #22 from jpoimboe/kpatch-build-from-git
fix calling of kpatch-build from git dir
This commit is contained in:
commit
cf93831a6a
@ -109,7 +109,7 @@ fi
|
||||
|
||||
find_data_dir || (echo "can't find data dir" >&2 && die)
|
||||
|
||||
cp -R "$DATADIR/patch" "$TEMPDIR" || die
|
||||
cp -LR "$DATADIR/patch" "$TEMPDIR" || die
|
||||
cp vmlinux "$TEMPDIR" || die
|
||||
|
||||
echo "Building patched kernel"
|
||||
|
Loading…
Reference in New Issue
Block a user