wok-current diff linux64-without-modules-debug/receipt @ rev 20221
Up advancecomp (2.1), lzip (1.20), lzo (2.10), lzop (1.04)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 26 17:40:15 2018 +0100 (2018-02-26) |
parents | 6ebbd98ea342 |
children | 708b5293dd29 |
line diff
1.1 --- a/linux64-without-modules-debug/receipt Tue Jan 16 11:15:42 2018 +0100 1.2 +++ b/linux64-without-modules-debug/receipt Mon Feb 26 17:40:15 2018 +0100 1.3 @@ -14,8 +14,8 @@ 1.4 genpkg_rules() 1.5 { 1.6 mkdir -p $fs/boot 1.7 - cp $src/System.map-without-modules64 $fs/boot/System.map-$VERSION 1.8 - cp $src/vmlinux-without-modules64 $fs/boot/vmlinux-$VERSION 1.9 - cp $install/linux64/bzImage $fs/boot/vmlinuz-$VERSION 1.10 - cp $src/config-without-modules64 $fs/boot/config-$VERSION 1.11 + cp $src/System.map-without-modules64 $fs/boot/System.map-$VERSION-slitaz64 1.12 + cp $src/vmlinux-without-modules64 $fs/boot/vmlinux-$VERSION-slitaz64 1.13 + cp $install/linux64/bzImage $fs/boot/vmlinuz-$VERSION-slitaz64 1.14 + cp $src/config-without-modules64 $fs/boot/config-$VERSION-slitaz64 1.15 }