wok-current diff linux64-without-modules/receipt @ rev 16995
xterm: delete local manpage, it looks incorrect
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sun Aug 10 03:54:11 2014 +0200 (2014-08-10) |
parents | 5ca86f3045d4 |
children | 51a123a3f6f5 |
line diff
1.1 --- a/linux64-without-modules/receipt Thu Jan 30 21:56:31 2014 +0100 1.2 +++ b/linux64-without-modules/receipt Sun Aug 10 03:54:11 2014 +0200 1.3 @@ -12,8 +12,8 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - _pkg=$install/linux64 1.8 + install=$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