wok diff linux64-without-modules/receipt @ rev 15610

linux64*: fix install/_pkg
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 07 06:59:03 2013 +0000 (2013-12-07)
parents 051931e905b0
children eb689de65d7e
line diff
     1.1 --- a/linux64-without-modules/receipt	Fri Dec 06 10:39:07 2013 +0000
     1.2 +++ b/linux64-without-modules/receipt	Sat Dec 07 06:59:03 2013 +0000
     1.3 @@ -15,6 +15,6 @@
     1.4  {
     1.5  	_pkg=$install/linux64
     1.6  	mkdir -p $fs/boot   
     1.7 -	cp -a $install/bzImage $fs/boot/vmlinuz-$VERSION-slitaz-without-modules
     1.8 +	cp -a $_pkg/bzImage $fs/boot/vmlinuz-$VERSION-slitaz-without-modules
     1.9  }
    1.10