Merge pull request #22 from jpoimboe/kpatch-build-from-git

fix calling of kpatch-build from git dir
This commit is contained in:
Seth Jennings 2014-02-18 11:14:37 -06:00
commit cf93831a6a

View File

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