wok diff linux-without-modules-debug/receipt @ rev 20170
Add linux-debug (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jan 16 13:05:30 2018 +0100 (2018-01-16) |
parents | 6ebbd98ea342 |
children | 708b5293dd29 |
line diff
1.1 --- a/linux-without-modules-debug/receipt Tue Jan 16 11:15:42 2018 +0100 1.2 +++ b/linux-without-modules-debug/receipt Tue Jan 16 13:05:30 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-modules $fs/boot/System.map-$VERSION 1.8 - cp $src/vmlinux-without-modules $fs/boot/vmlinux-$VERSION 1.9 - cp $install/linux/bzImage $fs/boot/vmlinuz-$VERSION 1.10 - cp $src/config-without-modules $fs/boot/config-$VERSION 1.11 + cp $src/System.map-without-modules $fs/boot/System.map-$VERSION-slitaz 1.12 + cp $src/vmlinux-without-modules $fs/boot/vmlinux-$VERSION-slitaz 1.13 + cp $install/bzImage $fs/boot/vmlinuz-$VERSION-slitaz 1.14 + cp $src/config-without-modules $fs/boot/config-$VERSION-slitaz 1.15 }