mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 23:23:53 +02:00
pack-kernel.sh: fix local version
This commit is contained in:
parent
25c21ca660
commit
3ed00a8562
|
|
@ -117,6 +117,9 @@ make distclean >/dev/null 2>&1
|
|||
|
||||
popd >/dev/null
|
||||
|
||||
# fix local version
|
||||
echo "+" > $kerndir/.scmversion
|
||||
|
||||
# tar kernel
|
||||
pushd $kerndir/../ >/dev/null
|
||||
package=$(basename $kerndir).tar
|
||||
|
|
@ -136,6 +139,8 @@ gzip -9 -c $package > $package.gz
|
|||
rm $ex
|
||||
popd >/dev/null
|
||||
|
||||
rm -f $kerndir/.scmversion
|
||||
|
||||
echo done
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user