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

rePackaging main of "wanted" on Qt4. (s/4.8.4/4.8.6)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Wed Jul 16 03:57:22 2014 +0200 (2014-07-16)
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	Wed Jul 16 03:57:22 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