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

Use install instead of _pkg
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 06 10:39:07 2013 +0000 (2013-12-06)
parents ad59999b3fce
children 8873e661671a
line diff
     1.1 --- a/linux64-without-modules/receipt	Wed Jun 05 16:21:04 2013 +0200
     1.2 +++ b/linux64-without-modules/receipt	Fri Dec 06 10:39:07 2013 +0000
     1.3 @@ -13,8 +13,8 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	_pkg=$_pkg/linux64
     1.8 +	_pkg=$install/linux64
     1.9  	mkdir -p $fs/boot   
    1.10 -	cp -a $_pkg/bzImage $fs/boot/vmlinuz-$VERSION-slitaz-without-modules
    1.11 +	cp -a $install/bzImage $fs/boot/vmlinuz-$VERSION-slitaz-without-modules
    1.12  }
    1.13