wok diff linux64-without-modules-debug/receipt @ rev 20251

mixxx: force 32 bits arch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 12 18:00:41 2018 +0100 (2018-03-12)
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 Mar 12 18:00:41 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  }