wok diff fceux/receipt @ rev 11828

Up: dokuwiki (2012.01.25)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Mon Feb 27 00:38:58 2012 +0100 (2012-02-27)
parents a2c87747fa7f
children a5d1efde3327
line diff
     1.1 --- a/fceux/receipt	Sun Nov 07 23:33:43 2010 +0000
     1.2 +++ b/fceux/receipt	Mon Feb 27 00:38:58 2012 +0100
     1.3 @@ -14,7 +14,6 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	src=$WOK/$PACKAGE/fceu${VERSION}
     1.8  	cd $src
     1.9  	scons
    1.10  
    1.11 @@ -25,7 +24,6 @@
    1.12  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.13  genpkg_rules()
    1.14  {
    1.15 -	_pkg=$WOK/$PACKAGE/fceu${VERSION}/_pkg
    1.16  	mkdir -p $fs/usr
    1.17  	cp -a $_pkg/usr/bin $fs/usr
    1.18  }