wok diff fceux/receipt @ rev 11001
Up: stella to 3.4.1.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Oct 13 02:59:17 2011 +0000 (2011-10-13) |
parents | a2c87747fa7f |
children | a5d1efde3327 |
line diff
1.1 --- a/fceux/receipt Sun Nov 07 23:33:43 2010 +0000 1.2 +++ b/fceux/receipt Thu Oct 13 02:59:17 2011 +0000 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 }