wok-current diff linux-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 | eb689de65d7e |
line diff
1.1 --- a/linux-without-modules/receipt Wed Jun 05 16:21:04 2013 +0200 1.2 +++ b/linux-without-modules/receipt Fri Dec 06 10:39:07 2013 +0000 1.3 @@ -14,6 +14,6 @@ 1.4 genpkg_rules() 1.5 { 1.6 mkdir -p $fs/boot 1.7 - cp -a $_pkg/bzImage $fs/boot/vmlinuz-$VERSION-slitaz-without-modules 1.8 + cp -a $install/bzImage $fs/boot/vmlinuz-$VERSION-slitaz-without-modules 1.9 } 1.10