Merge pull request #39 from spartacus06/localversionfix

put localversions file in SRCDIR, not OBJDIR
This commit is contained in:
Josh Poimboeuf 2014-03-02 20:10:45 -06:00
commit 179381ac85
1 changed files with 1 additions and 1 deletions

View File

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