wok-current diff fuse-emulator/receipt @ rev 19635

Up SliTaz projects: cookutils(867), slitaz-base-files(321), slitaz-boot-scripts(437), slitaz-tools(1009), tazbug(95), tazirc(20), tazlito(448), tazpkg(933).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jan 17 17:38:43 2017 +0200 (2017-01-17)
parents a0250385f2a5
children 872b0404dc1c
line diff
     1.1 --- a/fuse-emulator/receipt	Fri Jun 15 15:24:09 2012 +0200
     1.2 +++ b/fuse-emulator/receipt	Tue Jan 17 17:38:43 2017 +0200
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="games"
     1.5  SHORT_DESC="ZX Spectrum emulator"
     1.6  MAINTAINER="slaxemulator@gmail.com"
     1.7 +LICENSE="GPL2"
     1.8  # make SOURCE fuse-emulator so the source tarball 
     1.9  # is not named fuse-$VERSION.tar.lzma
    1.10  SOURCE="fuse-emulator"
    1.11 @@ -27,7 +28,7 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/share
    1.15 -	cp -a $_pkg/usr/bin $fs/usr
    1.16 -	cp -a $_pkg/usr/share/fuse $fs/usr/share
    1.17 +	cp -a $install/usr/bin $fs/usr
    1.18 +	cp -a $install/usr/share/fuse $fs/usr/share
    1.19  }
    1.20