wok diff linux-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-debug/receipt	Tue Jan 16 11:15:42 2018 +0100
     1.2 +++ b/linux-debug/receipt	Tue Jan 16 13:05:30 2018 +0100
     1.3 @@ -13,9 +13,9 @@
     1.4  genpkg_rules()
     1.5  {
     1.6  	mkdir -p $fs/boot   
     1.7 -	cp $src/System.map-modules $fs/boot/System.map-$VERSION
     1.8 -	cp $src/vmlinux-modules $fs/boot/vmlinux-$VERSION
     1.9 -	cp $install/boot/vmlinuz-$VERSION $fs/boot/
    1.10 -	cp $src/Module.symvers-modules $fs/boot/Module.symvers-$VERSION
    1.11 -	cp $stuff/linux-slitaz.config $fs/boot/config-$VERSION
    1.12 +	cp $src/System.map-modules $fs/boot/System.map-$VERSION-slitaz
    1.13 +	cp $src/vmlinux-modules $fs/boot/vmlinux-$VERSION-slitaz
    1.14 +	cp $install/boot/vmlinuz-$VERSION-slitaz $fs/boot/
    1.15 +	cp $src/Module.symvers-modules $fs/boot/Module.symvers-$VERSION-slitaz
    1.16 +	cp $src/config-modules $fs/boot/config-$VERSION-slitaz
    1.17  }