mirror of https://github.com/dynup/kpatch
Merge pull request #39 from spartacus06/localversionfix
put localversions file in SRCDIR, not OBJDIR
This commit is contained in:
commit
179381ac85
|
@ -100,7 +100,7 @@ else
|
|||
|
||||
cd "$SRCDIR"
|
||||
cp .config "$OBJDIR" || die
|
||||
echo "$LOCALVERSION" > "$OBJDIR/localversion" || die
|
||||
echo "$LOCALVERSION" > "$SRCDIR/localversion" || die
|
||||
fi
|
||||
|
||||
echo "Building original kernel"
|
||||
|
|
Loading…
Reference in New Issue