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:
Josh Poimboeuf 2014-02-18 10:10:47 -06:00
parent 496cb13085
commit 12065851f3

View File

@ -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"