mirror of
https://github.com/dynup/kpatch
synced 2025-02-21 04:16:54 +00:00
don't copy core kmod source files to tempdir
No need to copy them anymore now that the core kmod is getting built elsewhere.
This commit is contained in:
parent
496cb13085
commit
12065851f3
@ -109,7 +109,7 @@ fi
|
||||
|
||||
find_data_dir || (echo "can't find data dir" >&2 && die)
|
||||
|
||||
cp -R "$DATADIR/core" "$DATADIR/patch" "$TEMPDIR" || die
|
||||
cp -R "$DATADIR/patch" "$TEMPDIR" || die
|
||||
cp vmlinux "$TEMPDIR" || die
|
||||
|
||||
echo "Building patched kernel"
|
||||
|
Loading…
Reference in New Issue
Block a user