mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-22 23:30:05 -07:00
linux: also move System.map according to pkg version
This commit is contained in:
parent
e9dd75b42e
commit
8054bbef7e
@ -17,5 +17,6 @@ make \
|
||||
INSTALL_MOD_PATH="$1/usr" \
|
||||
install
|
||||
|
||||
# Rename 'vmlinuz' according to package version.
|
||||
# Rename 'vmlinuz' and 'System.map" according to package version.
|
||||
mv "$1/boot/vmlinuz" "$1/boot/vmlinuz-$version" || :
|
||||
mv "$1/boot/System.map" "$1/boot/System.map-$version" || :
|
||||
|
Loading…
Reference in New Issue
Block a user