mirror of
https://github.com/armbian/linux.git
synced 2026-01-06 10:13:00 -08:00
pack-kernel.sh: fix local version
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user